Skip to content

Commit

Permalink
rm console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazuh committed Oct 22, 2023
1 parent 453a929 commit 854cb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/firestore-auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async function login(): Promise<User> {
const empty: User = { uid: "", displayName: "", email: "" };
const auth = getAuth();
const result = await getRedirectResult(auth);
console.log(result);

if (result === null) {
Promise.resolve(empty);
}
Expand Down

0 comments on commit 854cb4d

Please sign in to comment.