This commit is contained in:
syuilo 2019-02-26 06:54:49 +09:00
parent aced183a66
commit d285452dec
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -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'));