Skip to content

Commit

Permalink
fix: update membership hub nav link
Browse files Browse the repository at this point in the history
  • Loading branch information
hissingpanda authored Jul 26, 2021
1 parent 3ba3af8 commit 304d4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/user_confirmations/confirm.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<% if @user_confirmed %>
<p>Your account is now confirmed. Please visit your personalized hub by clicking the link below.</p>

<a href="<%= login_path(return_url: "#{ENV["HOME_PAGE_URL"]}/hub") %>" class="button primary">Go to Member Hub</a>
<a href="<%= login_path(return_url: "https://membership.debtcollective.org/") %>" class="button primary">Go to Member Hub</a>
<% else %>
<p>Your email is not confirmed.</p>
<% end %>

0 comments on commit 304d4ca

Please sign in to comment.