From f9b6b1dd3fdbf7d7498b86c1a96e7ea5f7392b4a Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sun, 17 Oct 2021 14:15:36 +0200 Subject: [PATCH] web/admin: improve visibility of oauth rsa key Signed-off-by: Jens Langhammer --- .../providers/oauth2/OAuth2ProviderForm.ts | 64 +++++++++---------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/web/src/pages/providers/oauth2/OAuth2ProviderForm.ts b/web/src/pages/providers/oauth2/OAuth2ProviderForm.ts index 36f94f512..0c1406ac4 100644 --- a/web/src/pages/providers/oauth2/OAuth2ProviderForm.ts +++ b/web/src/pages/providers/oauth2/OAuth2ProviderForm.ts @@ -175,6 +175,38 @@ ${this.instance?.redirectUris} + + +

+ ${t`Key used to sign the tokens. Only required when JWT Algorithm is set to RS256.`} +

+
@@ -283,38 +315,6 @@ ${this.instance?.redirectUris} - - -

- ${t`Key used to sign the tokens. Only required when JWT Algorithm is set to RS256.`} -

-