mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 09:24:21 +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':
|
||||
return 'anonymous'
|
||||
username = self._check_session()
|
||||
username = self._check_session()
|
||||
|
||||
if cherrypy.request.query_string == '':
|
||||
qs = ''
|
||||
|
Loading…
Reference in New Issue
Block a user