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 Apr 4, 2023. It is now read-only.
message: (token===null? "Not received yet" : token+("\n\nSee the console log if you want to copy-paste it.")),
52
+
message: (!token ? "Not received yet (note that on iOS this does not work on a simulator)" : token+("\n\nSee the console log if you want to copy-paste it.")),
0 commit comments