mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-17 09:22:30 -05:00
[PR #7358] [MERGED] Add pm-26340-linux-biometrics-v2 feature flag
#37067
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/7358
Author: @pilotstew
Created: 6/21/2026
Status: ✅ Merged
Merged: 7/7/2026
Merged by: @BlackDex
Base:
main← Head:add-linux-biometrics-v2-flag📝 Commits (1)
995c96aAddpm-26340-linux-biometrics-v2feature flag📊 Changes
2 files changed (+2 additions, -0 deletions)
View changed files
📝
.env.template(+1 -0)📝
src/config.rs(+1 -0)📄 Description
Adds the
pm-26340-linux-biometrics-v2feature flag to the supported client feature flags allowlist.Bitwarden's desktop client rewrote Linux biometric (polkit) unlock as a v2 implementation gated behind the
pm-26340-linux-biometrics-v2LaunchDarkly flag (client constantLinuxBiometricsV2inlibs/common/src/enums/feature-flag.enum.ts; introduced in bitwarden/clients PRs #16660 / #16661). On recent desktop builds the "Unlock with biometrics" option is hidden on Linux unless the server advertises this flag via/api/config, so self-hosted users can no longer enable fingerprint/polkit unlock.This mirrors the Windows equivalent added in #6468 (
pm-25373-windows-biometrics-v2): a one-line addition toSUPPORTED_FEATURE_FLAGSplus the matching.env.templatedocumentation. After this, settingEXPERIMENTAL_CLIENT_FEATURE_FLAGS=pm-26340-linux-biometrics-v2lets the Linux desktop client expose biometric unlock again.Available since Desktop 2025.11.0.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.