You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The authContext in Auth+iOS.swift is set like this: authContext = UIApplication.shared.keyWindow?.rootViewController. This does not always work to get the top visible view controller and can result in a failure to present the authentication web view.
The text was updated successfully, but these errors were encountered:
EricMentele
pushed a commit
to EricMentele/Swift-SMART
that referenced
this issue
Jul 22, 2020
The
authContext
in Auth+iOS.swift is set like this:authContext = UIApplication.shared.keyWindow?.rootViewController
. This does not always work to get the top visible view controller and can result in a failure to present the authentication web view.The text was updated successfully, but these errors were encountered: