Mark register/verify dialogs as loading

This commit is contained in:
Simon Ser 2021-11-30 15:49:52 +01:00
parent 1e84412172
commit 47f56f06b9
2 changed files with 36 additions and 5 deletions

View file

@ -28,7 +28,9 @@ export default class RegisterForm extends Component {
render() {
return html`
<form onChange=${this.handleChange} onSubmit=${this.handleSubmit}>
<p>Your account <strong>${this.props.account}</strong> has been created, but a verification code is required to complete the registration:<br/>${linkify(this.props.message)}</p>
<p>Your account <strong>${this.props.account}</strong> has been created, but a verification code is required to complete the registration.</p>
<p>${linkify(this.props.message)}</p>
<label>
Verification code:<br/>