1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 22:03:36 +00:00

Set showPasswordless to true (#4234)

This commit is contained in:
Robyn MacCallum
2022-12-14 14:34:10 -05:00
committed by GitHub
parent 1c94844bc9
commit a303bf33f7

View File

@@ -16,6 +16,6 @@
"proxyEvents": "https://events.bitwarden.com" "proxyEvents": "https://events.bitwarden.com"
}, },
"flags": { "flags": {
"showPasswordless": false "showPasswordless": true
} }
} }