From 706470f037e86cad1e9f4a6e4346fa1820cfa122 Mon Sep 17 00:00:00 2001 From: refaelm Date: Tue, 17 Dec 2024 13:34:36 +0200 Subject: [PATCH] use token as auth Signed-off-by: refaelm --- infrastructure/api_login.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/api_login.py b/infrastructure/api_login.py index 3ac46f67..a21ba6f0 100644 --- a/infrastructure/api_login.py +++ b/infrastructure/api_login.py @@ -76,7 +76,7 @@ def login(self): self.set_FrontEgg_auth_user_id(auth) cookie = super().getCookie(self.base_url, auth, customer_guid) - return customer_guid, cookie, cookie["auth"] + return customer_guid, cookie, auth def set_FrontEgg_auth_user_id(self, auth): self.frontEgg_auth = auth