fix: whitelist mode

This commit is contained in:
tim
2025-07-15 12:36:27 +08:00
parent 5b886420c5
commit b25a25f5bc
6 changed files with 30 additions and 9 deletions

View File

@@ -204,6 +204,8 @@ export default {
} else {
googleSignIn(() => {
this.$router.push('/')
}, () => {
this.$router.push('/signup-reason')
})
}
}