Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 3d27307

Browse files
authored
Fixed typo
Removed extra closing parentheses
1 parent 50732ab commit 3d27307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/firebase.android.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ firebase.login = arg => {
10711071
const loginResult = toLoginResult(authResult.getUser(), authResult.getAdditionalUserInfo());
10721072
firebase.notifyAuthStateListeners({
10731073
loggedIn: true,
1074-
user: loginResult)
1074+
user: loginResult
10751075
});
10761076
resolve(loginResult);
10771077
// TODO for reauth and linking, see https://firebase.google.com/docs/auth/android/apple#reauthentication_and_account_linking

0 commit comments

Comments
 (0)