Skip to content

Commit

Permalink
Remove required on registration so buttons work right
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Oct 11, 2024
1 parent ce08ba1 commit b0d9e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/auth/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h1>Register</h1>
}}</label>
<input autocomplete="{{ .Autocomplete }}" type="{{ .Type }}" name="{{ .Name }}"
placeholder="{{ with $val.Meta.Label }}{{ .Text }}{{ else }}{{ end }}" class="form-control"
id="a-{{ .Name }}" required="required"/>
id="a-{{ .Name }}"/>
</div>
{{end}}
{{ else if eq $val.Attributes.UiNodeInputAttributes.Type "text" }}
Expand Down

0 comments on commit b0d9e3c

Please sign in to comment.