mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Align secondary email, compromised password and confirm secondary email pages with the website redesign style (#32143)
GitOrigin-RevId: 7b7bc68e59714df9b6198f4aebe2ac218454d68b
This commit is contained in:
@@ -3,10 +3,11 @@ extends ../layout-react
|
||||
block vars
|
||||
- var suppressNavbar = true
|
||||
- var suppressSkipToContent = true
|
||||
- isWebsiteRedesign = true
|
||||
|
||||
block entrypointVar
|
||||
- entrypoint = 'pages/user/add-secondary-email'
|
||||
|
||||
block content
|
||||
main.content.content-alt
|
||||
main.content
|
||||
#add-secondary-email
|
||||
|
||||
@@ -4,10 +4,11 @@ block vars
|
||||
- var suppressNavbar = true
|
||||
- var suppressFooter = true
|
||||
- var suppressAnalytics = true
|
||||
- isWebsiteRedesign = true
|
||||
|
||||
block entrypointVar
|
||||
- entrypoint = 'pages/compromised-password'
|
||||
|
||||
block content
|
||||
main#main-content.content.content-alt
|
||||
main#main-content.content
|
||||
#compromised-password
|
||||
|
||||
@@ -3,6 +3,7 @@ extends ../layout-react
|
||||
block vars
|
||||
- var suppressNavbar = true
|
||||
- var suppressSkipToContent = true
|
||||
- isWebsiteRedesign = true
|
||||
|
||||
block entrypointVar
|
||||
- entrypoint = 'pages/user/confirm-secondary-email'
|
||||
@@ -11,5 +12,5 @@ block append meta
|
||||
meta(name='ol-email' content=email)
|
||||
|
||||
block content
|
||||
main.content.content-alt
|
||||
main.content
|
||||
#confirm-secondary-email
|
||||
|
||||
Reference in New Issue
Block a user