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