Browse Source
Fixes #6976 - Sends were incorrectly showing as password protected in the web UI even when no password was set. The web-vault recently changed to use the authType field to determine protection status instead of just checking for the presence of the password field. This change adds the authType field to Send API responses: - authType: 0 = no authentication required - authType: 1 = password protected This aligns Vaultwarden's API with the updated web-vault expectations.pull/7045/head
1 changed files with 4 additions and 0 deletions
Loading…
Reference in new issue