mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
Remove subscription-cancel-button (#17976)
I believe this was already removed since https://github.com/overleaf/internal/pull/13311 GitOrigin-RevId: e486f2fce794fc9d587da331547834c3b6158ceb
This commit is contained in:
@@ -141,14 +141,6 @@ async function userSubscriptionPage(req, res) {
|
||||
|
||||
AnalyticsManager.recordEventForSession(req.session, 'subscription-page-view')
|
||||
|
||||
const cancelButtonAssignment = await SplitTestHandler.promises.getAssignment(
|
||||
req,
|
||||
res,
|
||||
'subscription-cancel-button'
|
||||
)
|
||||
|
||||
const cancelButtonNewCopy = cancelButtonAssignment?.variant === 'new-copy'
|
||||
|
||||
const groupPlansDataForDash = formatGroupPlansDataForDash()
|
||||
|
||||
// display the Group Settings button only to admins of group subscriptions with either/or the Managed Users or Group SSO feature available
|
||||
@@ -198,7 +190,6 @@ async function userSubscriptionPage(req, res) {
|
||||
managedInstitutions,
|
||||
managedPublishers,
|
||||
currentInstitutionsWithLicence,
|
||||
cancelButtonNewCopy,
|
||||
groupPlans: groupPlansDataForDash,
|
||||
groupSettingsEnabledFor,
|
||||
isManagedAccount: !!req.managedBy,
|
||||
|
||||
Reference in New Issue
Block a user