Bug fix
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / system-test (push) Has been cancelled

This commit is contained in:
Dan Milne
2025-10-26 23:20:44 +11:00
parent 431e947a4c
commit 0ce38e3202
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ class InvitationsController < ApplicationController
start_new_session_for @user
redirect_to root_path, notice: "Your account has been set up successfully. Welcome!"
else
redirect_to invite_path(params[:token]), alert: "Passwords did not match."
redirect_to invitation_path(params[:token]), alert: "Passwords did not match."
end
end