Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 213b17f

Browse files
authored
Merge pull request #174 from AzureAD/fix-mex-typo
Fix an incorrect variable name
2 parents 855ee8e + 3df29bb commit 213b17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adal/mex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def _select_username_password_polices(self, xpath):
144144
policy_id = self._check_policy(policy_node)
145145
if policy_id:
146146
id_ref = '#' + policy_id
147-
policies[id_ref] = {id:id_ref}
147+
policies[id_ref] = {policy_id:id_ref}
148148

149149
return policies if policies else None
150150

0 commit comments

Comments
 (0)