claude rework
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user