1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

[PM-26793] Fetch premium plan from pricing service (#16858)

* Fetch premium plan from pricing service

* Resolve Claude feedback
This commit is contained in:
Alex Morask
2025-10-23 09:13:26 -05:00
committed by GitHub
parent 7f86f2d0ac
commit 7321e3132b
9 changed files with 591 additions and 224 deletions

View File

@@ -104,7 +104,7 @@ export class AtRiskPasswordsComponent implements OnInit {
* The UI utilize a bitBadge which does not support async actions (like bitButton does).
* @protected
*/
protected launchingCipher = signal<CipherView | null>(null);
protected readonly launchingCipher = signal<CipherView | null>(null);
private activeUserData$ = this.accountService.activeAccount$.pipe(
filterOutNullish(),