Sign Up
@if (!authData.params) {

Click here to resend the registration email.

}
@if (!password.valid && password.touched && authData.password.length < 1) {

Please enter a password

} @else { @if (authData.password && 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

}