1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-04 20:50:21 -05:00

[PM-17425] Cannot open Stripe links for individual premium accounts (#5314)

This commit is contained in:
Jonas Hendrickx 2025-01-27 17:20:40 +01:00 committed by GitHub
parent 411291b782
commit ec1cf31d91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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';