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:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user