How do you customize the login/sign-up page layout?
Not sure if this is what you wanted but most of the code for those pages is in these files:
App layout:
Form block:
Login content:
Signup content:
App layout:
app/views/layouts/application.html.erbForm block:
app/views/devise/shared/_form_block.html.erbLogin content:
app/views/devise/sessions/new.html.erbSignup content:
app/views/devise/registrations/new.html.erbNotifications
You’re not receiving notifications from this thread.