diff --git a/.env.template b/.env.template index 15a9b9e5..5399d02a 100644 --- a/.env.template +++ b/.env.template @@ -391,7 +391,6 @@ ## - "ssh-agent-v2": Enable the current SSH agent implementation in Desktop. (Verified in Desktop 2026.7.0) ## - "ssh-ecdsa": Allow importing supported ECDSA SSH keys in Desktop; also enable "ssh-agent-v2". (Verified in Desktop 2026.7.0) ## - "desktop-ui-settings-dialog": Use the Desktop settings dialog. (Verified in Desktop 2026.7.0) -## - "pm-34171-card-scanner": Scan a payment card to populate card-item details. (Verified in Android/iOS 2026.7.0) ## - "pm-34224-mobile-attachment-updates": Use the updated Android attachment screen. (Verified in Android 2026.7.0) ## - "pm-30529-webauthn-related-origins": Allow passkey operations across domains a site declares as related. (Verified in Browser 2026.7.0) ## - "pm-34410-attachment-upload-progress": Show attachment upload progress in supported clients. (Verified in Browser/Desktop 2026.7.0) diff --git a/src/config.rs b/src/config.rs index 2d1a75d2..d62b67c9 100644 --- a/src/config.rs +++ b/src/config.rs @@ -1429,7 +1429,6 @@ pub const SUPPORTED_FEATURE_FLAGS: &[&str] = &[ // Desktop Team "desktop-ui-settings-dialog", // Mobile Team - "pm-34171-card-scanner", "pm-34224-mobile-attachment-updates", // Platform Team "pm-30529-webauthn-related-origins",