mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 15:51:23 +01:00
rename password-related utils functions
This commit is contained in:
parent
aa4cd8b1e1
commit
71f3d84115
5 changed files with 7 additions and 7 deletions
|
|
@ -586,7 +586,7 @@ impl KeyValueDatabase {
|
|||
|
||||
let empty_hashed_password = password
|
||||
.map_or(false, |password| {
|
||||
utils::verify_password_hash("", password)
|
||||
utils::verify_password("", password)
|
||||
});
|
||||
|
||||
if empty_hashed_password {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue