logout fix

This commit is contained in:
Rbukharov 2015-07-13 13:23:32 +03:00
parent 1b0e14b2d2
commit 42fbebc26f

View file

@ -35,7 +35,7 @@ class CAS(object):
|CAS_LOGIN_ROUTE | '/cas' |
|CAS_LOGOUT_ROUTE | '/cas/logout' |
|CAS_VALIDATE_ROUTE | '/cas/validate'|
|CAS_AFTER_LOGOUT | '' |
|CAS_AFTER_LOGOUT | None |
"""
def __init__(self, app=None, url_prefix=None):