Looking good. Webauthn integration time!!
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<%= form_with(model: domain) do |form| %>
|
||||
<%= form_with(model: domain, html: { class: "work-area" }) do |form| %>
|
||||
<% if domain.errors.any? %>
|
||||
<div style="color: red">
|
||||
<h2><%= pluralize(domain.errors.count, "error") %> prohibited this domain from being saved:</h2>
|
||||
|
||||
Reference in New Issue
Block a user