Skip to content

Commit 373b83f

Browse files
committed
Added log
1 parent 145048b commit 373b83f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/login/login.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const LoginComponent = () => {
1717

1818
const handleLoginWithGoogle = async () => {
1919
try {
20+
console.log("handleLoginWithGoogle")
2021
setLoading(true)
2122
const googleSignInResponse = await signIn("cognito_google")
2223
if (googleSignInResponse?.error) {

0 commit comments

Comments
 (0)