Skip to content

Commit

Permalink
[JN-1564] use proxy import for a-t (#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorlbark authored Jan 10, 2025
1 parent 0d04140 commit 8b6b0c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pepper-import/scripts/translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ def __init__(self, dsm_question_definition: DataDefinition, juniper_question_def
TranslationOverride('PROFILE.EMAIL', 'profile.contactEmail'),
# if the user doesn't have an email, it usually means their proxy does, so check there
# as well
TranslationOverride('PROFILE.PROXY.EMAIL', 'proxy.username'),
TranslationOverride('PROFILE.PROXY.EMAIL', 'account.username'),
TranslationOverride('PROFILE.EMAIL', 'account.username'),
TranslationOverride('PROFILE.FIRSTNAME', 'profile.givenName'),
Expand Down

0 comments on commit 8b6b0c6

Please sign in to comment.