Skip to content

Commit

Permalink
Fix lead creation error log message (#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvolo authored Oct 19, 2021
1 parent 3e697e1 commit 1766b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/newflow/educator_signup_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def educator_complete_profile
},
failure: lambda {
@book_titles = book_data.titles
security_log(:educator_sign_up_failed, user: current_user, reason: "Error in #{action_name}: #{@handler_result&.errors&.full_messages}")
security_log(:educator_sign_up_failed, user: current_user, reason: "Error in #{action_name}. Check Salesforce debug logs for details.")
render :educator_profile_form
}
)
Expand Down

0 comments on commit 1766b1d

Please sign in to comment.