Skip to content

Commit 76b5654

Browse files
authored
Fix typo (#819)
1 parent 0c99d45 commit 76b5654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ if (ui.isPendingRedirect()) {
10551055
ui.start('#firebaseui-auth-container', uiConfig);
10561056
}
10571057
// This can also be done via:
1058-
if ((firebase.auth().isSignInWithEmailLink(window.location.href)) {
1058+
if (firebase.auth().isSignInWithEmailLink(window.location.href)) {
10591059
ui.start('#firebaseui-auth-container', uiConfig);
10601060
}
10611061
```

0 commit comments

Comments
 (0)