This commit is contained in:
Dan Milne
2025-10-26 23:20:44 +11:00
parent f050541e14
commit c80bcafdb7
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