1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-08-25 13:49:59 +03:00

Merge remote-tracking branch 'origin/v2.1'

This commit is contained in:
Adolfo Gómez García
2017-05-08 09:33:42 +02:00

View File

@ -124,8 +124,6 @@ def login(request, tag=None):
if form.cleaned_data['logouturl'] != '':
logger.debug('The logoout url will be {}'.format(form.cleaned_data['logouturl']))
request.session['logouturl'] = form.cleaned_data['logouturl']
else:
logger.debug('EL LOGOUT ESTA VACIOOOOOOOOO')
authLogLogin(request, authenticator, user.name)
return response
else: