Skip to content

Commit 0c82a99

Browse files
committed
Fixing typo
1 parent d129207 commit 0c82a99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/controllers/auth_controller.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ def callback
2121
Sentry.with_scope do |scope|
2222
scope.set_context("CustomClaim", {
2323
email: auth.info.email,
24-
first_name: auto.info.first_name,
25-
last_name: auto.info.last_name,
24+
first_name: auth.info.first_name,
25+
last_name: auth.info.last_name,
2626
stem_achiever_contact_no: auth.info.achiever_contact_no,
2727
auth0_id: auth.uid,
2828
stem_user_id: auth.info.stem_user_id

0 commit comments

Comments
 (0)