mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-17 01:12:27 -05:00
[PR #7051] [MERGED] Fix Send icons #31514
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/7051
Author: @BlackDex
Created: 4/2/2026
Status: ✅ Merged
Merged: 4/5/2026
Merged by: @dani-garcia
Base:
main← Head:fix-send-display📝 Commits (1)
eb2bce3Fix Send icons📊 Changes
1 file changed (+11 additions, -0 deletions)
View changed files
📝
src/db/models/send.rs(+11 -0)📄 Description
Send uses icons to display if it is protected by password or not. Bitwarden has added a feature to use email with an OTP for newer versions. Vaultwarden does not yet support this, but this commit adds an Enum with all 3 the options.
The email option currently needs a feature-flag and newer web-vault/clients.
For now, this will at least fix the display of icons.
Fixes #6976
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.