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.
2 parents 688a752 + 5bb11e7 commit 4848f89Copy full SHA for 4848f89
src/views/login/login.tsx
@@ -20,8 +20,6 @@ const LoginComponent = () => {
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