a11yist/app/views/rodauth/login.html.erb
david b88ac28c9b
Some checks failed
/ Run tests (push) Successful in 1m30s
/ Run system tests (push) Failing after 1m39s
/ Build, push and deploy image (push) Successful in 1m33s
(Small) (layout) improvements
2024-09-23 00:14:33 +02:00

7 lines
158 B
Text

<%== rodauth.login_form_header %>
<div class="row">
<div class="col-md-3">
<%= render "login_form" %>
</div>
</div>
<%== rodauth.login_form_footer %>