mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-01-04 01:15:40 +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)
|
return render_template('errors/SAML.html', errors=errors)
|
||||||
|
|
||||||
|
|
||||||
@app.route('/login', methods=['GET', 'POST'])
|
|
||||||
@login_manager.unauthorized_handler
|
@login_manager.unauthorized_handler
|
||||||
def unauthorized_callback():
|
def unauthorized_callback():
|
||||||
session['next'] = request.path
|
session['next'] = request.path
|
||||||
|
Loading…
Reference in New Issue
Block a user