mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Fix typo
This commit is contained in:
parent
b64e2d768c
commit
f14bb8a928
1 changed files with 0 additions and 2 deletions
|
@ -260,6 +260,4 @@ class Authenticator(BaseAuthenticator):
|
||||||
continue
|
continue
|
||||||
else:
|
else:
|
||||||
return (attr, value)
|
return (attr, value)
|
||||||
logger.info("attribute '%s' with value '%s' is not unique",
|
|
||||||
attr, value)
|
|
||||||
return None
|
return None
|
||||||
|
|
Loading…
Add table
Reference in a new issue