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:
Patrick Smith 2018-10-30 15:44:21 -04:00
parent dd5f99faab
commit 90c3c30064

View File

@ -7,6 +7,7 @@ UNPROTECTED_ROUTES = [
"atst.root",
"dev.login_dev",
"atst.login_redirect",
"atst.logout",
"atst.unauthorized",
"atst.helpdocs",
"static",