Add additional comment
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2022-11-19 18:41:49 +01:00
parent e739b10065
commit 3e65555d0f

View File

@ -121,6 +121,7 @@ pub async fn users_route(
.await
.unwrap();
// If the admin requested it, reset user password
let new_password = match update.0.gen_new_password.is_some() {
false => None,
true => {