Skip to content

Commit

Permalink
Trigger deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
linxiaoxin committed Jul 11, 2024
1 parent 179cef6 commit 3adb1a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/(full-page)/auth/google/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ const GoogleAuthPage = () => {
maxAge: 60, //60 secs
path: '/'
});
GoogleSigninService.signIn(state, result.codeChallenge);
GoogleSigninService.signIn(state, result.codeChallenge);
console.log(result);
});
}
const containerClassName = classNames('surface-ground flex align-items-center justify-content-center min-h-screen min-w-screen overflow-hidden', { 'p-input-filled': layoutConfig.inputStyle === 'filled' });
Expand Down

0 comments on commit 3adb1a3

Please sign in to comment.