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.
1 line
70 B
Text
1 line
70 B
Text
<input type="hidden" name="<%= name %>" value="<%= value %>" hidden/>
|