Add logout route to "unprotected" routes
The logout route doesn't strictly require the user to be logged in and was causing errors with the new profile completeness enforcement.
This commit is contained in:
parent
dd5f99faab
commit
90c3c30064
@ -7,6 +7,7 @@ UNPROTECTED_ROUTES = [
|
||||
"atst.root",
|
||||
"dev.login_dev",
|
||||
"atst.login_redirect",
|
||||
"atst.logout",
|
||||
"atst.unauthorized",
|
||||
"atst.helpdocs",
|
||||
"static",
|
||||
|
Loading…
x
Reference in New Issue
Block a user