${this.isSignedUpWithoutAuth ? html` ${msg("Successfully signed up")} ${msg( "Click the link in the verification email we sent you to log in.", )} ` : html` ${msg("Sign up")} `}