1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-04 01:23:57 +00:00

Removed self-hosted restriction from Login with Device (#5441)

* Removed self-hosted restriction from Login with Device.

* Updated showPasswordless client-side flag to true for self-hosted.

* Linting

* Linting
This commit is contained in:
Todd Martin
2023-06-01 12:38:10 -04:00
committed by GitHub
parent cf63a5680c
commit 23bd5de37c
3 changed files with 7 additions and 14 deletions

View File

@@ -8,6 +8,6 @@
},
"flags": {
"secretsManager": false,
"showPasswordless": false
"showPasswordless": true
}
}