Skip to content

Commit

Permalink
use encrypted email in password template #63
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed May 6, 2020
1 parent a84c6ff commit df827f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/auth_web/templates/auth/password-prompt.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<br />
<%= hidden_input f, :state, id: "state", value: @state %>
<%= hidden_input f, :person_id, id: "person_id", value: @person_id %>
<%= hidden_input f, :email, id: "email", value: @email %>

<%= submit "Save Password",
class: "pointer ba border-box dwyl-bg-mint white pa3 ml1 mv1 f3
Expand Down

0 comments on commit df827f7

Please sign in to comment.