Skip to content

Commit

Permalink
make flake8 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
d-maurer committed Dec 28, 2021
1 parent ba31d46 commit bb63582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Products/PluggableAuthService/events.py
Expand Up @@ -97,7 +97,7 @@ def userCredentialsUpdatedHandler(principal, event):
pas.updateCredentials(
pas.REQUEST,
pas.REQUEST.RESPONSE,
principal.getUserName(), # aka "login"
principal.getUserName(), # aka "login"
event.password)


Expand Down

0 comments on commit bb63582

Please sign in to comment.