From fe20130bd1a3a4beba48706ca6f761d6e17f17e5 Mon Sep 17 00:00:00 2001 From: Andreas Dinauer Date: Sun, 5 Apr 2026 17:02:39 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Work?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/client/AllowedGrantsInput.vue | 2 +- app/client/Grant.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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