Sign Up
@if (!authData.params) {

Click here to resend the registration email.

}
@if (authData.password.length < 6 && password.touched) {

Password is too short, min 6 characters

}
@if (authData.password !== authData.passwordConfirm && passwordConfirm.touched) {

The passwords do not match

}