Skip to content

Commit

Permalink
[NabuCasa#46] Make admin_disable_user work
Browse files Browse the repository at this point in the history
  • Loading branch information
nk9 committed Nov 12, 2022
1 parent dd93b41 commit 0cd9e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycognito/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ def admin_disable_user(self, username):
"""
self.client.admin_disable_user(
UserPoolId=self.user_pool_id,
Username=self.username,
Username=username,
)

def admin_create_identity_provider(
Expand Down

0 comments on commit 0cd9e17

Please sign in to comment.