mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Fix bug
This commit is contained in:
parent
bfc5347517
commit
776d93546b
1 changed files with 1 additions and 1 deletions
|
@ -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'));
|
||||
|
|
Loading…
Add table
Reference in a new issue