feat: fix with google login

This commit is contained in:
tim
2025-08-04 01:07:45 +08:00
parent 1b206af28c
commit 089e38f577
3 changed files with 62 additions and 17 deletions

View File

@@ -49,4 +49,10 @@ checkToken().then(valid => {
if (!valid) {
clearToken()
}
})
if (!isLogin()) {
setTimeout(() => {
loginWithGoogle()
}, 3000)
}
})