Skip to content

Commit 4848f89

Browse files
authored
Merge branch 'development' into fix/login_issue
2 parents 688a752 + 5bb11e7 commit 4848f89

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)