Mark register/verify dialogs as loading
This commit is contained in:
parent
1e84412172
commit
47f56f06b9
2 changed files with 36 additions and 5 deletions
|
@ -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/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue