mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Fix country code not set
This commit is contained in:
parent
638689ee32
commit
c94ce0fb59
1 changed files with 1 additions and 0 deletions
|
|
@ -180,6 +180,7 @@ func postLogin(loginResp loginResponse, etpRt string, locale LOCALE, client *htt
|
|||
crunchy.Config.TokenType = loginResp.TokenType
|
||||
crunchy.Config.AccessToken = loginResp.AccessToken
|
||||
crunchy.Config.AccountID = loginResp.AccountID
|
||||
crunchy.Config.CountryCode = loginResp.Country
|
||||
|
||||
var jsonBody map[string]any
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue