mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 18:36:02 +08: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
@ -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…
x
Reference in New Issue
Block a user