Skip to content

fix(FastAPI): fix padding on email inputs

Steven Guikal requested to merge fluix/aurweb:fix-email-input into pu

This wasn't necessary with PHP because email form inputs used type="text" instead of type="email".

Merge request reports