Simplify password change call syntax
This commit is contained in:
src
@ -125,8 +125,7 @@ pub async fn change_password_route(
|
||||
temporary: false,
|
||||
})
|
||||
.await
|
||||
.unwrap()
|
||||
.0;
|
||||
.unwrap();
|
||||
|
||||
if !res {
|
||||
danger =
|
||||
|
Reference in New Issue
Block a user