summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-02-26 06:54:49 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-02-26 06:54:49 +0900
commitd285452dec210211b0cd237305bed699a30f281b (patch)
tree22e25ea2b961ac3833249fa662f3df38900d024d /src/client
parent10.90.0 (diff)
downloadsharkey-d285452dec210211b0cd237305bed699a30f281b.tar.gz
sharkey-d285452dec210211b0cd237305bed699a30f281b.tar.bz2
sharkey-d285452dec210211b0cd237305bed699a30f281b.zip
Fix bug
Diffstat (limited to 'src/client')
-rw-r--r--src/client/app/common/views/components/signup.vue2
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'));