Browse Source

fix[__init__.py]: syntax error

pull/2/head v0.2
Dennis Buchhorn 9 months ago
parent
commit
b94ea541cb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      radicale-auth-ldap/__init__.py

+ 1
- 1
radicale-auth-ldap/__init__.py View File

@ -89,7 +89,7 @@ class UserCache:
## Check if user password is correct
if self.cache[hashedUserName].checkSecret(hashedPassword):
return True
else
else:
## Delete cache entry if password is wrong
self.cache.pop(hashedUserName)


Loading…
Cancel
Save