Skip to content

Commit

Permalink
include token when posting form
Browse files Browse the repository at this point in the history
  • Loading branch information
jivey committed Sep 22, 2023
1 parent 722082f commit 63f990c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/external_user_credentials_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ def new
def create
handle_with(
CreateExternalUserCredentials,
caller: @user,
success: -> {
security_log :student_created_password
redirect_to @return_to
Expand Down

0 comments on commit 63f990c

Please sign in to comment.