Skip to content

Commit

Permalink
reformat attr list
Browse files Browse the repository at this point in the history
  • Loading branch information
johanlundberg committed Jun 12, 2024
1 parent fc0cac3 commit 47ee299
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/eduid/workers/am/ams/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,13 @@ def get_user_db(cls, uri: str) -> PhoneProofingUserDB:


class eduid_personal_data(AttributeFetcher):
whitelist_set_attrs = ["givenName", "chosen_given_name", "surname", "preferredLanguage", "settings"]
whitelist_set_attrs = [
"givenName",
"chosen_given_name",
"surname",
"preferredLanguage",
"settings",
]

whitelist_unset_attrs = [
"chosen_given_name",
Expand Down

0 comments on commit 47ee299

Please sign in to comment.