Skip to content

Commit c07d739

Browse files
committed
Merge remote-tracking branch 'origin/fix/login_issue' into fix/login_issue
2 parents 5432b96 + 4848f89 commit c07d739

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/views/login/login.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ const LoginComponent = () => {
2020
const [loading, setLoading] = useState(false);
2121
const {query} = router;
2222

23-
console.log('session', session);
24-
2523
const handleLoginWithGoogle = async () => {
2624
try {
2725
setLoading(true);

0 commit comments

Comments
 (0)