diff --git a/frontend/src/features/accounts/sign-up-form.ts b/frontend/src/features/accounts/sign-up-form.ts index 349e4a13..1f0e5410 100644 --- a/frontend/src/features/accounts/sign-up-form.ts +++ b/frontend/src/features/accounts/sign-up-form.ts @@ -85,6 +85,23 @@ export class SignUpForm extends LiteElement {
${serverError} +
+ + +

+ ${msg( + "Your full name, nickname, or another name that org collaborators can see.", + )} +

+
${this.email ? html` @@ -136,23 +153,6 @@ export class SignUpForm extends LiteElement {

${when(this.pwStrengthResults, this.renderPasswordStrength)}
-
- - -

- ${msg( - "Your full name, nickname, or another name that org collaborators can see.", - )} -

-