mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 02:00:10 +02:00
Show back to school banner on plans page for logged out users
GitOrigin-RevId: 599df0ca2f650a43a66a4c031692266e2b0d3cd4
This commit is contained in:
@@ -130,7 +130,7 @@ async function plansPage(req, res) {
|
||||
plansPageViewSegmentation[inrGeoBannerSplitTestName] = inrGeoBannerVariant
|
||||
}
|
||||
|
||||
let showBackToSchoolBanner
|
||||
let showBackToSchoolBanner = true
|
||||
const userId = SessionManager.getLoggedInUserId(req.session)
|
||||
if (userId) {
|
||||
const usersBestSubscription =
|
||||
|
||||
Reference in New Issue
Block a user