You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now wallet names and their order are stored inside a Vuex Store model.
The wallet credentials are saved in the systems credential registry.
If somehow these don't match up we need to tell the user and take some action.
Scenario 1:
Wallet name in vuex not in credentials registry
Tell the user the wallet credentials can't be found
Enable the user to restore the wallet or delete the wallet entrirely
TODO:
Find a way to launch a UI element from the wallet loading
Create modal with message and options
Enable opening the restore view with the name already filled in
Scenario 2:
Wallet name is not in vuex and is in the credentials registry
Wallet will be found and will be added to vuex without any user interaction
TODO:
After loading the wallet credentials by name we need to check the credential registry for wallets that aren't loaded yet.
If a wallet is found we can store it in vuex
The text was updated successfully, but these errors were encountered:
Right now wallet names and their order are stored inside a Vuex Store model.
The wallet credentials are saved in the systems credential registry.
If somehow these don't match up we need to tell the user and take some action.
Scenario 1:
Wallet name in vuex not in credentials registry
TODO:
Scenario 2:
Wallet name is not in vuex and is in the credentials registry
TODO:
The text was updated successfully, but these errors were encountered: