Daniel García
3 weeks ago
No known key found for this signature in database
GPG Key ID: FC8A7D14C3CD543A
1 changed files with
0 additions and
1 deletions
-
src/api/identity.rs
|
|
|
@ -463,7 +463,6 @@ async fn authenticated_response( |
|
|
|
|
|
|
|
let master_password_policy = master_password_policy(user, conn).await; |
|
|
|
|
|
|
|
|
|
|
|
let has_master_password = !user.password_hash.is_empty(); |
|
|
|
let master_password_unlock = if has_master_password { |
|
|
|
json!({ |
|
|
|
|