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 8a7d139 commit 9ed3568Copy full SHA for 9ed3568
src/views/login/login.tsx
@@ -19,6 +19,9 @@ const LoginComponent = () => {
19
const [errorMessage, setErrorMessage] = useState('');
20
const [loading, setLoading] = useState(false);
21
const { query } = router;
22
+
23
+ console.log('session',session);
24
25
const handleLoginWithGoogle = async () => {
26
try {
27
setLoading(true);
0 commit comments