Closed justcool393 closed 1 year ago
login/login.html
doesn't extend authforms
login/sign_up.html
doesn't extend authforms
login/reset_password.html
doesn't exist: it's stillreset_password.html
, which needs to be moved into the "login" directory to match the others, and needs to extend the new authforms path. Also fix the indentation while moving it?For testing the actual change,
GET /forgot
(login/forgot_password.html) is the easiest one to test the new authforms work on. It looks pretty good, but the vertical alignment of the form is off-center, and there's a white rectangle (ostensibly a navbar) at the top of the page.
fixed the white bar and other issues. the centering seems to be a non-regression at the very least but tbh i have no idea how to fix it
:+1:
These forms are pretty terrible in every way, we copy and paste the markup multiple times for some unheard of reason. This kinda fixes that.