fix clippy warnings

This commit is contained in:
Armaël Guéneau 2025-02-03 14:33:19 +01:00
parent 56064c6259
commit b03d474c27

View file

@ -246,8 +246,8 @@ pub async fn try_lock_and_notify_user(
email::send_locked_account_notice( email::send_locked_account_notice(
config, config,
smtp, smtp,
&admin_contact_email, admin_contact_email,
&org_name, org_name,
&login, &login,
&email, &email,
) )