chore: fix deleting account specs (#2378)

* chore: fix deleting account specs

* fix: specs
This commit is contained in:
Karol Sójko
2023-07-31 17:23:20 +02:00
committed by GitHub
parent 661fddf433
commit f18c86da54
2 changed files with 183 additions and 169 deletions

View File

@@ -244,7 +244,9 @@ export class UserService
await this.signOut(true)
void this.alerts.alert(InfoStrings.AccountDeleted)
if (this.alerts) {
void this.alerts.alert(InfoStrings.AccountDeleted)
}
return {
error: false,