Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ class Spree::UserConfirmationsController < Devise::ConfirmationsController
protected

def after_confirmation_path_for(resource_name, resource)
signed_in?(resource_name) ? spree.signed_in_root_path(resource) : spree.login_path
signed_in?(resource_name) ? signed_in_root_path(resource) : spree.login_path
end
end
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Welcome <%= @email %>!

You can confirm your account email through the link below:
You can confirm your account email through the url below:

<%= link_to 'Confirm my account', @confirmation_url %>
<%= @confirmation_url %>