cleaned up parentheses in schemas

This commit is contained in:
Adam Piontek 2022-08-14 09:22:39 -04:00
commit 6a5d2346ff
5 changed files with 19 additions and 19 deletions
lib/shift73k_web/live/user

View file

@ -6,7 +6,7 @@
</h2>
<p class="lead">Hi <%= @user.email %> &mdash; tell us your new password, please.</p>
<%= form_for @changeset, "#", [phx_change: :validate, phx_submit: :save, novalidate: true, id: "pw_reset_form"], fn f -> %>
<.form let={f} for={@changeset} phx-change="validate" phx-submit="save" novalidate id="pw_reset_form">
<%= label f, :password, "New password", class: "form-label" %>
<div class="inner-addon left-addon mb-3" phx-feedback-for={input_id(f, :password)}>
@ -42,7 +42,7 @@
%>
</div>
<% end %>
</.form>
<p class="mt-3 is-pulled-right">
<%= if allow_registration() do %>