mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 22:50:26 +00:00
Remove forgotten decorator
This commit is contained in:
parent
9e6822bcdb
commit
0b9c58971c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user