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
// reject(ReactNativeWebBrowserErrorCode, "Invalid Argument: authUrl or redirectUrl is invalid.", ReactNativeWebBrowserError.invalidArgument("authUrl or redirectUrl"))
43
+
// return
44
+
// }
45
+
// let promise = Promise(resolver: resolve, rejector: reject)
let redirectUrl =URL(string: redirectUrlStrasString)
41
60
else{
42
61
reject(ReactNativeWebBrowserErrorCode,"Invalid Argument: authUrl or redirectUrl is invalid.",ReactNativeWebBrowserError.invalidArgument("authUrl or redirectUrl"))
0 commit comments