diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-02-26 06:54:49 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-02-26 06:54:49 +0900 |
| commit | d285452dec210211b0cd237305bed699a30f281b (patch) | |
| tree | 22e25ea2b961ac3833249fa662f3df38900d024d /src | |
| parent | 10.90.0 (diff) | |
| download | sharkey-d285452dec210211b0cd237305bed699a30f281b.tar.gz sharkey-d285452dec210211b0cd237305bed699a30f281b.tar.bz2 sharkey-d285452dec210211b0cd237305bed699a30f281b.zip | |
Fix bug
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/common/views/components/signup.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/signup.vue b/src/client/app/common/views/components/signup.vue index 6d83df4e65..16e1afaa94 100644 --- a/src/client/app/common/views/components/signup.vue +++ b/src/client/app/common/views/components/signup.vue @@ -150,7 +150,7 @@ export default Vue.extend({ password: this.password }).then(res => { localStorage.setItem('i', res.i); - location.reload(); + location.href = '/'; }); }).catch(() => { alert(this.$t('some-error')); |