1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-01 04:37:40 +02: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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