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
{{ message }}
This repository was archived by the owner on Feb 5, 2025. It is now read-only.
let token =String(data: identityToken, encoding:.utf8),
62
-
let email = appleCredentials.email else{
61
+
let token =String(data: identityToken, encoding:.utf8)else{
63
62
DDLogError("Apple Authenticator: invalid Apple credentials.")
64
63
return
65
64
}
66
65
67
66
SVProgressHUD.show(withStatus:NSLocalizedString("Continuing with Apple", comment:"Shown while logging in with Apple and the app waits for the site creation process to complete."))
0 commit comments