mirror of
https://github.com/simple-login/app.git
synced 2025-09-08 15:44:21 +08:00
fix: flash message content in alias moved to trash (#2461)
This commit is contained in:
parent
1bc0c98834
commit
300500c0c6
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue