mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Adjust state of API call
It can just be an arbitrary string, as long as it is kept consistent I suppose. Discovered during test of CURA-5784.
This commit is contained in:
parent
bd97aed1c7
commit
2852674499
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ class AuthorizationService:
|
|||
"redirect_uri": self._settings.CALLBACK_URL,
|
||||
"scope": self._settings.CLIENT_SCOPES,
|
||||
"response_type": "code",
|
||||
"state": "CuraDriveIsAwesome",
|
||||
"state": "(.Y.)",
|
||||
"code_challenge": challenge_code,
|
||||
"code_challenge_method": "S512"
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue