mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
enable passkeys option should be set by default (#7835)
This commit is contained in:
parent
b3135403e8
commit
923cac0a96
@ -15,7 +15,7 @@ export class VaultSettingsService implements VaultSettingsServiceAbstraction {
|
||||
* {@link VaultSettingsServiceAbstraction.enablePasskeys$}
|
||||
*/
|
||||
readonly enablePasskeys$: Observable<boolean> = this.enablePasskeysState.state$.pipe(
|
||||
map((x) => x ?? false),
|
||||
map((x) => x ?? true),
|
||||
);
|
||||
|
||||
constructor(private stateProvider: StateProvider) {}
|
||||
|
Loading…
Reference in New Issue
Block a user