forked from Github-Mirrors/canaille
changes flash message category to info because, informing the admin is not a success but an information for the user
This commit is contained in:
parent
3725ab2ea5
commit
0fc5afb0bd
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ def check_if_send_mail_to_admins(form, api_url, hashed_password_suffix):
|
|||
_(
|
||||
"We have informed your administrator about the failure of the password compromise investigation."
|
||||
),
|
||||
"success",
|
||||
"info",
|
||||
)
|
||||
else:
|
||||
flash(
|
||||
|
|
Loading…
Reference in a new issue