Add missing ()

main
Dimitri Huisman 1 year ago committed by GitHub
parent b99828c4f6
commit c482c71f6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -100,7 +100,7 @@ def _proxy():
if not email:
return flask.abort(500, 'No %s header' % app.config['PROXY_AUTH_HEADER'])
url = _has_usable_redirect or app.config['WEB_ADMIN']
url = _has_usable_redirect() or app.config['WEB_ADMIN']
user = models.User.get(email)
if user:

Loading…
Cancel
Save