chore: fix deleting account specs (#2378)
* chore: fix deleting account specs * fix: specs
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user