mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-05-09 04:07:31 +08:00
fix: fix compile error
This commit is contained in:
@@ -111,7 +111,7 @@ export default {
|
|||||||
const data = await res.json()
|
const data = await res.json()
|
||||||
this.registerMode = data.registerMode
|
this.registerMode = data.registerMode
|
||||||
}
|
}
|
||||||
} catch {}
|
} catch {/* ignore */}
|
||||||
if (this.$route.query.verify) {
|
if (this.$route.query.verify) {
|
||||||
this.emailStep = 1
|
this.emailStep = 1
|
||||||
this.username = sessionStorage.getItem('signup_username') || ''
|
this.username = sessionStorage.getItem('signup_username') || ''
|
||||||
|
|||||||
Reference in New Issue
Block a user