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:
@@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user