diff --git a/account/bp/auth/routes.py b/account/bp/auth/routes.py index ed0b69b..ab6551c 100644 --- a/account/bp/auth/routes.py +++ b/account/bp/auth/routes.py @@ -45,7 +45,7 @@ from .services import ( SESSION_USER_KEY = "uid" ACCOUNT_SESSION_KEY = "account_sid" -ALLOWED_CLIENTS = {"blog", "market", "cart", "events", "federation", "artdag", "artdag_l2"} +ALLOWED_CLIENTS = {"blog", "market", "cart", "events", "federation", "orders", "artdag", "artdag_l2"} def register(url_prefix="/auth"):