mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-18 13:28:12 -04:00
Update EmailModal.razor (#171)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user