fix
This commit is contained in:
parent
ce1b3f9188
commit
6d9221da27
|
@ -21,7 +21,7 @@ export async function signout() {
|
||||||
//#region Remove account
|
//#region Remove account
|
||||||
const accounts = await getAccounts();
|
const accounts = await getAccounts();
|
||||||
accounts.splice(accounts.findIndex(x => x.id === $i.id), 1);
|
accounts.splice(accounts.findIndex(x => x.id === $i.id), 1);
|
||||||
set('accounts', JSON.stringify(accounts));
|
set('accounts', accounts);
|
||||||
//#endregion
|
//#endregion
|
||||||
|
|
||||||
//#region Remove push notification registration
|
//#region Remove push notification registration
|
||||||
|
|
Loading…
Reference in New Issue