mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-09-02 00:17:14 +00:00
fix: whitelist mode
This commit is contained in:
@@ -88,6 +88,8 @@ export default {
|
||||
loginWithGoogle() {
|
||||
googleSignIn(() => {
|
||||
this.$router.push('/')
|
||||
}, () => {
|
||||
this.$router.push('/signup-reason?google=1')
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user