mirror of
https://github.com/bitwarden/web
synced 2025-12-15 07:43:16 +00:00
missing premium updated message
This commit is contained in:
@@ -55,7 +55,7 @@ export class PremiumComponent {
|
||||
private async finalizePremium() {
|
||||
await this.apiService.refreshIdentityToken();
|
||||
this.analytics.eventTrack.next({ action: 'Signed Up Premium' });
|
||||
this.toasterService.popAsync('success', null, this.i18nService.t('accountUpdated'));
|
||||
this.toasterService.popAsync('success', null, this.i18nService.t('premiumUpdated'));
|
||||
this.onPremiumPurchased.emit();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user