1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-26 01:23:24 +00:00

Merge branch 'main' into auth/pm-26578/http-redirect-cloud

This commit is contained in:
Patrick-Pimentel-Bitwarden
2026-01-08 19:37:47 -05:00
committed by GitHub
13 changed files with 197 additions and 33 deletions

View File

@@ -43,7 +43,9 @@
<div>
{{ "premiumSubscriptionEndedDesc" | i18n }}
</div>
<a bitLink (click)="navigateToGetPremium()"> {{ "restartPremium" | i18n }} </a>
<a bitLink href="#" appStopClick (click)="navigateToGetPremium()">
{{ "restartPremium" | i18n }}
</a>
</ng-container>
</bit-callout>
}