1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-13 15:03:26 +00:00

Remove redundant call to merge.

Co-authored-by:  Audrey  <ajensen@bitwarden.com>
This commit is contained in:
Miles Blackwood
2025-06-20 15:01:11 -04:00
parent e35e1855f6
commit 35198229cf

View File

@@ -255,7 +255,7 @@ export class OverlayBackground implements OverlayBackgroundInterface {
this.setupExtensionListeners();
const env = await firstValueFrom(this.environmentService.environment$);
this.iconsServerUrl = env.getIconsUrl();
this.yieldedPassword$ = this.yieldGeneratedPassword(merge(this.requestGeneratedPassword$));
this.yieldedPassword$ = this.yieldGeneratedPassword(this.requestGeneratedPassword$);
this.yieldedPassword$
.pipe(
tap(async ({ credential }) => {