We need to add `hidden` attribute to the `<input type="hidden" />` form elements to the UI's rendered properly. It's easy to forget. Also the 2FA pages use hidden inputs heavily. I extracted it as a component.
2 lines
70 B
Plaintext
2 lines
70 B
Plaintext
<input type="hidden" name="<%= name %>" value="<%= value %>" hidden/>
|