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