logout fix
This commit is contained in:
parent
1b0e14b2d2
commit
42fbebc26f
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue