Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
hqjang-pepper committed Oct 27, 2023
1 parent cd80f47 commit cceff3a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ function App() {
try {
const auth = getAuth(app);
const googleProvider = new GoogleAuthProvider();
googleProvider.addScope("email");
const res = await signInWithPopup(auth, googleProvider);
console.log(res);
return res;
Expand Down

0 comments on commit cceff3a

Please sign in to comment.