mirror of
https://github.com/bitwarden/server
synced 2025-12-24 20:23:21 +00:00
[PM-17425] Cannot open Stripe links for individual premium accounts (#5314)
This commit is contained in:
@@ -37,11 +37,7 @@
|
||||
// Premium
|
||||
document.getElementById('@(nameof(Model.MaxStorageGb))').value = '1';
|
||||
document.getElementById('@(nameof(Model.Premium))').checked = true;
|
||||
using Stripe.Entitlements;
|
||||
// Licensing
|
||||
using Bit.Core;
|
||||
using Stripe.Entitlements;
|
||||
using Microsoft.Identity.Client.Extensibility;
|
||||
document.getElementById('@(nameof(Model.LicenseKey))').value = '@Model.RandomLicenseKey';
|
||||
document.getElementById('@(nameof(Model.PremiumExpirationDate))').value =
|
||||
'@Model.OneYearExpirationDate';
|
||||
|
||||
Reference in New Issue
Block a user