chore: fmt

This commit is contained in:
Jared L
2026-01-21 07:28:12 +11:00
parent a91b01f9a2
commit 0f547115af
11 changed files with 193 additions and 181 deletions

View File

@@ -264,10 +264,11 @@ impl Service {
self.db.userid_password.insert(user_id, hash);
self.db.userid_origin.insert(user_id, "password");
},
| Some(Err(e)) =>
| Some(Err(e)) => {
return Err!(Request(InvalidParam(
"Password does not meet the requirements: {e}"
))),
)));
},
}
Ok(())