mirror of
https://github.com/kakwa/ldapcherry
synced 2025-02-16 15:43:19 +01:00
fix trailling space
This commit is contained in:
parent
1703dc9a33
commit
5a199ae3fb
@ -583,7 +583,7 @@ class LdapCherry(object):
|
|||||||
"""
|
"""
|
||||||
if self.auth_mode == 'none':
|
if self.auth_mode == 'none':
|
||||||
return 'anonymous'
|
return 'anonymous'
|
||||||
username = self._check_session()
|
username = self._check_session()
|
||||||
|
|
||||||
if cherrypy.request.query_string == '':
|
if cherrypy.request.query_string == '':
|
||||||
qs = ''
|
qs = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user