Files
overleaf-cep/services/web/.vscode/settings.json
Tim Down 983382f1f1 Initial implementation of unified access registration first page (#29559)
* Initial implementation of registration first page

* CSS tweaks from review

* Suppress skip-to-content link

* Fix formatting

* Make logo and footer bottom margin always appear in CIAM register page

* Fix font size and margin of card footer text

* Pug fixes from linter

* Fixes from merge of main

* Use translation string

GitOrigin-RevId: 0486532112d81462a008206e3f1a97c409d39a6a
2025-11-19 09:05:29 +00:00

8 lines
112 B
JSON

{
"files.exclude": {
"node_modules": true,
"data": true
},
"cSpell.words": ["docstore", "Tpds"]
}