We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c99d45 commit 76b5654Copy full SHA for 76b5654
README.md
@@ -1055,7 +1055,7 @@ if (ui.isPendingRedirect()) {
1055
ui.start('#firebaseui-auth-container', uiConfig);
1056
}
1057
// This can also be done via:
1058
-if ((firebase.auth().isSignInWithEmailLink(window.location.href)) {
+if (firebase.auth().isSignInWithEmailLink(window.location.href)) {
1059
1060
1061
```
0 commit comments