Skip to content

Commit a71d283

Browse files
committed
Update
1 parent 733c221 commit a71d283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/authService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ export const signInWithGoogle = () => {
121121
const provider = new firebase.auth.GoogleAuthProvider();
122122
provider.setCustomParameters({ prompt: 'select_account' });
123123
return firebase.auth().signInWithPopup(provider);
124-
};
124+
};

0 commit comments

Comments
 (0)