Update EmailModal.razor (#171)

This commit is contained in:
Leendert de Borst
2024-08-31 19:09:07 +02:00
parent 8dc4bcb06f
commit ca6aa40850

View File

@@ -94,12 +94,10 @@
if (IsSpamOk)
{
//await JsInteropService.Confirm("Are you sure you want to delete this email?", DeleteEmailAliasVault);
await DeleteEmailSpamOk();
}
else
{
//await JsInteropService.Confirm("Are you sure you want to delete this email?", DeleteEmailAliasVault);
await DeleteEmailAliasVault();
}
}