mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-08 07:15:34 -04:00
Update RecentEmails.razor (#137)
This commit is contained in:
@@ -207,7 +207,6 @@
|
||||
// Get email prefix, which is the part before the @ symbol.
|
||||
string emailPrefix = EmailAddress.Split('@')[0];
|
||||
|
||||
|
||||
if (IsSpamOkDomain(EmailAddress))
|
||||
{
|
||||
await ShowSpamOkEmailInModal(emailPrefix, emailId);
|
||||
|
||||
Reference in New Issue
Block a user