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:
@@ -7,6 +7,7 @@ UNPROTECTED_ROUTES = [
|
||||
"atst.root",
|
||||
"dev.login_dev",
|
||||
"atst.login_redirect",
|
||||
"atst.logout",
|
||||
"atst.unauthorized",
|
||||
"atst.helpdocs",
|
||||
"static",
|
||||
|
Reference in New Issue
Block a user