* 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
7 lines
325 B
Plaintext
7 lines
325 B
Plaintext
mixin termsOfServiceAgreementContent
|
|
| !{translate("by_registering_you_agree_to_our_terms_of_service", {}, [{name: 'a', attrs: {href: '/legal#Terms', target: '_blank'}}, {name: 'a', attrs: {href: '/legal#Privacy', target: '_blank'}}])}
|
|
|
|
mixin termsOfServiceAgreement
|
|
.tos-agreement-notice
|
|
+termsOfServiceAgreementContent
|