Remove forgotten decorator

This commit is contained in:
Ymage 2018-11-24 12:15:49 +01:00
parent 9e6822bcdb
commit 0b9c58971c

View file

@ -299,7 +299,6 @@ def saml_authorized():
return render_template('errors/SAML.html', errors=errors)
@app.route('/login', methods=['GET', 'POST'])
@login_manager.unauthorized_handler
def unauthorized_callback():
session['next'] = request.path