Fix main thread checker warning on login
This commit is contained in:
parent
8bdfa7f09f
commit
e269e23527
|
@ -69,10 +69,12 @@ class OnboardingViewController: UIViewController {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
DispatchQueue.main.async {
|
||||||
self.authenticationSession!.presentationContextProvider = self
|
self.authenticationSession!.presentationContextProvider = self
|
||||||
self.authenticationSession!.start()
|
self.authenticationSession!.start()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@IBAction func clearDataPressed(_ sender: Any) {
|
@IBAction func clearDataPressed(_ sender: Any) {
|
||||||
LocalData.shared.instanceURL = nil
|
LocalData.shared.instanceURL = nil
|
||||||
|
|
Loading…
Reference in New Issue