Looking good. Webauthn integration time!!

This commit is contained in:
2024-05-22 09:54:22 +01:00
parent 0edc7d0563
commit ba3392fb47
11 changed files with 75 additions and 92 deletions

View File

@@ -19,11 +19,9 @@
<br/>
</div>
<% if notice %><div class="flash"><%= notice %></div><% end %><% if alert %><div class="flash"><%= alert %></div><% end %>
<main>
<% if notice %><div class=""><%= notice %></div><% end %>
<% if alert %><div class=""><%= alert %></div><% end %>
<%= yield %>
</main>
<% if Rails.env == "development" %>