Skip to content

Commit

Permalink
fix proxy i mport
Browse files Browse the repository at this point in the history
  • Loading branch information
connorlbark committed Jan 9, 2025
1 parent 3753e93 commit 2b44b0a
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 2b44b0a

Please sign in to comment.