Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-linaro committed Jan 15, 2024
1 parent 7bde1ec commit fcf01a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transition_user_account.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def transition_member(account_dn, email_address):
return RESULT_STATE.Customer
# Good to go ...
clean_up_account(account)
return transition_account(account, email_address, new_email)
return transition_account(account, new_email, email_address)


def clean_up_account(account):
Expand Down

0 comments on commit fcf01a4

Please sign in to comment.