Skip to content

Commit

Permalink
Merge pull request #503 from debtcollective/development
Browse files Browse the repository at this point in the history
fix: update membership hub nav link
  • Loading branch information
hissingpanda authored Jul 27, 2021
2 parents 8c22341 + 304d4ca commit 577ecbf
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 577ecbf

Please sign in to comment.