mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
[PM-25633] - [Defect] Fix premium badge in totp (#16373)
* fixes to premium upgrade * revert change to dialog * handle premium upgrade prompt redirect in AC * use new input/output api
This commit is contained in:
@@ -1033,6 +1033,12 @@ export class vNextVaultComponent implements OnInit, OnDestroy {
|
||||
this.refresh();
|
||||
}
|
||||
|
||||
// When the dialog is closed for a premium upgrade, return early as the user
|
||||
// should be navigated to the subscription settings elsewhere
|
||||
if (result === VaultItemDialogResult.PremiumUpgrade) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Clear the query params when the dialog closes
|
||||
await this.go({ cipherId: null, itemId: null, action: null });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user