Skip to content

Commit

Permalink
Add contact info for blocked verification emails (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
macifell authored Jan 8, 2024
1 parent 9e390b9 commit aeea685
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/dev.exs
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ config :recognizer, Recognizer.BigCommerce,
login_uri: "http://localhost/login/",
logout_uri: "http://localhost/logout",
http_client: HTTPoison,
enabled?: true
enabled?: false
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,9 @@
<% end %>
<% end %>
</div>
<div class="content has-text-centered">
<p>Please allow a few minutes for the verification email to arrive. If you do not receive one, please let us know at
<a href="mailto:[email protected]?subject=Account Verification">[email protected]</a>.
</p>
</div>
</div>

0 comments on commit aeea685

Please sign in to comment.