Skip to content

Commit

Permalink
""
Browse files Browse the repository at this point in the history
  • Loading branch information
vithyze authored and vincentDcmps committed Jan 30, 2025
1 parent f36ba97 commit 8af8881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supysonic/managers/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def try_auth(name, password):
if user.admin != ldap_user["admin"]:
user.admin = ldap_user["admin"]
if user.mail != ldap_user["mail"]:
user.mail = ldap_user['mail']
user.mail = ldap_user["mail"]
return user
else:
if user is None:
Expand Down

0 comments on commit 8af8881

Please sign in to comment.