claude rework

This commit is contained in:
2026-06-07 15:43:43 +02:00
parent a2e2ff141e
commit b4874ad318
63 changed files with 5945 additions and 1752 deletions
+1 -1
View File
@@ -18,6 +18,6 @@ pub struct User {
impl User {
pub fn verify(self, password: String) -> bool {
return verify(password.as_str(), &self.password).unwrap();
verify(password.as_str(), &self.password).unwrap()
}
}