Force cache refresh after migration refresh

This commit is contained in:
Bubka 2020-12-03 20:13:28 +01:00
parent bfc9ed60a6
commit 5c78f31490

View File

@ -355,6 +355,7 @@
}
else if( this.accounts.length === 0 && accounts.length === 0 ) {
// No account yet, we force user to land on the start view.
this.$storage.set('accounts', this.accounts)
this.$router.push({ name: 'start' });
}
else {