Skip to content

Commit d40ae58

Browse files
authored
Update directory_okta.py
1 parent 05ae81e commit d40ae58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_sync/connector/directory_okta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def convert_user(self, record, extended_attributes):
230230
source_attributes['countryCode'] = profile.countryCode
231231
user['country'] = profile.countryCode.upper()
232232
else:
233-
source_attributes['countryCode'] = user['country'] = None
233+
source_attributes['countryCode'] = None
234234

235235
if extended_attributes:
236236
for extended_attribute in extended_attributes:

0 commit comments

Comments
 (0)