mirror of
https://github.com/bitwarden/browser
synced 2025-12-29 22:53:44 +00:00
claude: concatMap
This commit is contained in:
@@ -116,7 +116,7 @@ export class DesktopAutotypeService {
|
||||
this.desktopAutotypePolicy.autotypeDefaultSetting$,
|
||||
])
|
||||
.pipe(
|
||||
map(async ([autotypeEnabledState, autotypeDefaultPolicy]) => {
|
||||
concatMap(async ([autotypeEnabledState, autotypeDefaultPolicy]) => {
|
||||
try {
|
||||
if (autotypeDefaultPolicy === true && autotypeEnabledState === null) {
|
||||
await this.setAutotypeEnabledState(true);
|
||||
|
||||
Reference in New Issue
Block a user