* [web] Set Subscription pages to have `layout-react` * [web] import `header-footer-react` in Subscription pages (!!) * [web] Add `ol-user` meta tag to the subscription pages (!!) ⚠️ invite_logged_out.pug should be updated instead of setting the user as `{}` * [web] Fix unit test * [web] Update User types to handle a logged out user, add `LOGGED_OUT_USER` const * [web] Add type `User` to `getSessionUser` * [web] Remove `LOGGED_OUT_USER` const * [web] Just pass `{ id: null }` as the user * [web] Remove comment in pugs, it breaks things * [web] Don't pass the full user to the frontend!!! Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com> --------- Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com> GitOrigin-RevId: 1768f1f13de924a18be43c1a08614000500dcbec
12 lines
336 B
Plaintext
12 lines
336 B
Plaintext
extends ../layout-react
|
|
|
|
block vars
|
|
- bootstrap5PageStatus = 'enabled' // One of 'disabled', 'enabled', and 'queryStringOnly'
|
|
- bootstrap5PageSplitTest = 'bootstrap-5-subscription'
|
|
|
|
block entrypointVar
|
|
- entrypoint = 'pages/user/subscription/canceled-subscription'
|
|
|
|
block content
|
|
main.content.content-alt#subscription-canceled-root
|