Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
mikker committed Jun 16, 2023
1 parent c32ca4e commit 2217cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/passwordless/sessions_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def create
end

flash[:notice] = I18n.t("passwordless.sessions.create.email_sent_if_record_found")
redirect_back(fallback_location: passwordless_success_redirect_path)
redirect_back(fallback_location: root_path)
end

# get '/:resource/sign_in/:token'
Expand Down

0 comments on commit 2217cae

Please sign in to comment.