mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-03 11:57:41 +02:00
fix trailling space
This commit is contained in:
parent
1703dc9a33
commit
5a199ae3fb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue