1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-05 18:13:26 +00:00

[PM-27257]Fix : Remove Welcome to Bitwarden modal for users with any Organization status (#17002)

* Resolve the modal for invited members

* Resolve multiple modal display

* Fix the failing test

* Remove the await
This commit is contained in:
cyprain-okeke
2025-10-24 11:48:05 +01:00
committed by GitHub
parent 6fdeefef3d
commit 2d3712acec
3 changed files with 64 additions and 4 deletions

View File

@@ -620,7 +620,7 @@ export class VaultComponent<C extends CipherViewLike> implements OnInit, OnDestr
this.changeDetectorRef.markForCheck();
},
);
await this.unifiedUpgradePromptService.displayUpgradePromptConditionally();
void this.unifiedUpgradePromptService.displayUpgradePromptConditionally();
}
ngOnDestroy() {