mirror of
https://github.com/simple-login/app.git
synced 2025-09-06 06:34:20 +08:00
chore: add log when deleting alias
This commit is contained in:
parent
532d69844d
commit
ee2dce370a
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ def __delete_alias(alias: Alias, user: User, commit: bool):
|
|||
alias_id = alias.id
|
||||
alias_email = alias.email
|
||||
|
||||
LOG.info(f"Performing alias deletion for {alias} of user {user}")
|
||||
emit_alias_audit_log(
|
||||
alias, AliasAuditLogAction.DeleteAlias, "Alias deleted by user action"
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue