Skip to content

Commit

Permalink
Updated example's consumer key value
Browse files Browse the repository at this point in the history
  • Loading branch information
mike4aday authored Aug 28, 2018
1 parent c7af51c commit e621d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/SwiftlySalesforce/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import SwiftlySalesforce
var salesforce: Salesforce!

@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {//, UNUserNotificationCenterDelegate, LoginDelegate {
class AppDelegate: UIResponder, UIApplicationDelegate {

let consumerKey = "3MVG91ftikjGaMd_SSivaqQgkiuG.Y1epLf6raoqyNRl6rh89ffM3ugG92nuAkbjDslWsiu6iVIfP2dgSJjIt"
let callbackURL = URL(string: "taskforce://authorized")!
Expand Down

0 comments on commit e621d7d

Please sign in to comment.