From 31de1f88fe7a1dc3e9625fba9dfc082b415e7318 Mon Sep 17 00:00:00 2001 From: konarfil Date: Tue, 26 Sep 2023 12:47:15 +0200 Subject: [PATCH] Consents page redesign --- .../templates/OAuthResource/consents.html | 117 ++++++++---------- 1 file changed, 53 insertions(+), 64 deletions(-) diff --git a/src/main/resources/templates/OAuthResource/consents.html b/src/main/resources/templates/OAuthResource/consents.html index eaad278..b1e1c30 100644 --- a/src/main/resources/templates/OAuthResource/consents.html +++ b/src/main/resources/templates/OAuthResource/consents.html @@ -4,88 +4,77 @@ Login Page + + + + + + -
-

Consents

-

Hello {user.login}

- -

You are authorizing to {client.description}, which requests the following permissions from you:

- -
- -
    - {#each scopes} -
  • - -
  • - {/each} -
- - -
+
+
+
+
+
+ Consents +
Hello {user.login}
+

You are authorizing to {client.description}, which requests the following permissions from you:

+
+ +
+
+
    + {#each scopes} +
  • + +
  • + {/each} +
+
+
+
+
+ +
+
+
+
+
+
+