Skip to content

Commit

Permalink
Merge pull request #543 from armosec/login-token
Browse files Browse the repository at this point in the history
use token as auth
  • Loading branch information
refaelm92 authored Dec 17, 2024
2 parents 407696e + 706470f commit 2a28935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/api_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a28935

Please sign in to comment.