1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 22:35:53 +02:00
This commit is contained in:
syuilo
2019-02-26 06:54:49 +09:00
parent aced183a66
commit d285452dec

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