fix(apps): fix device flow authorization process

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2023-05-30 12:56:36 +02:00
parent c9d20748a4
commit 9a457fb011
5 changed files with 86 additions and 15 deletions

View File

@@ -35,7 +35,7 @@ export const AUTORIZE_APPLICATION = gql`
export const AUTORIZE_DEVICE_APPLICATION = gql`
mutation AuthorizeDeviceApplication(
$applicationClientId: String!
$userCode: String
$userCode: String!
) {
authorizeDeviceApplication(
clientId: $applicationClientId