mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-19 19:28:08 +02:00
Force cache refresh after migration refresh
This commit is contained in:
parent
bfc9ed60a6
commit
5c78f31490
@ -355,6 +355,7 @@
|
|||||||
}
|
}
|
||||||
else if( this.accounts.length === 0 && accounts.length === 0 ) {
|
else if( this.accounts.length === 0 && accounts.length === 0 ) {
|
||||||
// No account yet, we force user to land on the start view.
|
// No account yet, we force user to land on the start view.
|
||||||
|
this.$storage.set('accounts', this.accounts)
|
||||||
this.$router.push({ name: 'start' });
|
this.$router.push({ name: 'start' });
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user