mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 05:13:29 +00:00
enable passkeys option should be set by default (#7835)
This commit is contained in:
@@ -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) {}
|
||||
|
||||
Reference in New Issue
Block a user