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.erb
Form block:
app/views/devise/shared/_form_block.html.erb
Login content:
app/views/devise/sessions/new.html.erb
Signup content:
app/views/devise/registrations/new.html.erb
Notifications
You’re not receiving notifications from this thread.