fix: flash message content in alias moved to trash (#2461)

This commit is contained in:
Carlos Quintana 2025-05-08 10:56:07 +02:00 committed by GitHub
parent 1bc0c98834
commit 300500c0c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -153,7 +153,7 @@ def index():
)
if (
current_user.alias_delete_action
== UserAliasDeleteAction.MoveToTrash.value
== UserAliasDeleteAction.MoveToTrash
):
msg = f"Alias {email} has been moved to the trash"
else: