We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d129207 commit 0c82a99Copy full SHA for 0c82a99
app/controllers/auth_controller.rb
@@ -21,8 +21,8 @@ def callback
21
Sentry.with_scope do |scope|
22
scope.set_context("CustomClaim", {
23
email: auth.info.email,
24
- first_name: auto.info.first_name,
25
- last_name: auto.info.last_name,
+ first_name: auth.info.first_name,
+ last_name: auth.info.last_name,
26
stem_achiever_contact_no: auth.info.achiever_contact_no,
27
auth0_id: auth.uid,
28
stem_user_id: auth.info.stem_user_id
0 commit comments