diff --git a/app/client/AllowedGrantsInput.vue b/app/client/AllowedGrantsInput.vue index 57907dc..05cf508 100644 --- a/app/client/AllowedGrantsInput.vue +++ b/app/client/AllowedGrantsInput.vue @@ -1,7 +1,7 @@ diff --git a/app/client/Grant.ts b/app/client/Grant.ts index 97892c7..a500b99 100644 --- a/app/client/Grant.ts +++ b/app/client/Grant.ts @@ -1,6 +1,6 @@ export enum Grant { CLIENT_CREDENTIALS = "CLIENT_CREDENTIALS", - AUTHORIZATION = "AUTHORIZATION", + AUTHORIZATION_CODE = "AUTHORIZATION_CODE", PASSWORD = "PASSWORD" } \ No newline at end of file