mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
[PM 5011][PM-8562] migrate user subscription component (#9499)
* migrate user subscription along with update license dialog * migrate user subscription along with update license dialog * migrate user subscription along with update license dialog
This commit is contained in:
@@ -146,8 +146,7 @@ export class UserSubscriptionComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
adjustStorage = (add: boolean) => {
|
adjustStorage = async (add: boolean) => {
|
||||||
return async () => {
|
|
||||||
const dialogRef = openAdjustStorageDialog(this.dialogService, {
|
const dialogRef = openAdjustStorageDialog(this.dialogService, {
|
||||||
data: {
|
data: {
|
||||||
storageGbPrice: 4,
|
storageGbPrice: 4,
|
||||||
@@ -159,7 +158,6 @@ export class UserSubscriptionComponent implements OnInit {
|
|||||||
await this.load();
|
await this.load();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
get subscriptionMarkedForCancel() {
|
get subscriptionMarkedForCancel() {
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user