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:
sebastien 2024-11-19 16:11:23 +01:00
parent 3725ab2ea5
commit 0fc5afb0bd

View file

@ -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(