We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 145048b commit 373b83fCopy full SHA for 373b83f
src/views/login/login.tsx
@@ -17,6 +17,7 @@ const LoginComponent = () => {
17
18
const handleLoginWithGoogle = async () => {
19
try {
20
+ console.log("handleLoginWithGoogle")
21
setLoading(true)
22
const googleSignInResponse = await signIn("cognito_google")
23
if (googleSignInResponse?.error) {
0 commit comments