From 59a5980b0b2fff939bd20b144ef77832ed68f8e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa?= Date: Fri, 19 Dec 2025 12:48:36 +0100 Subject: [PATCH] Fmt --- src/api/identity.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/api/identity.rs b/src/api/identity.rs index 4992c1e7..93390dfa 100644 --- a/src/api/identity.rs +++ b/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!({