Browse Source

Fmt

pull/6572/head
Daniel García 3 weeks ago
parent
commit
59a5980b0b
No known key found for this signature in database GPG Key ID: FC8A7D14C3CD543A
  1. 1
      src/api/identity.rs

1
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!({

Loading…
Cancel
Save