Skip to content

Commit 735f3f9

Browse files
Update app.js
1 parent 7c5a1d6 commit 735f3f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ signInBtn.addEventListener("click", () => {
3939
auth.signOut();
4040
return;
4141
}
42-
}
42+
}
4343

4444
// Only create the user record if it doesn't exist
4545
const uid = user.uid;

0 commit comments

Comments
 (0)