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:

- -
- - - - -
+
+
+
+
+
+ Consents +
Hello {user.login}
+

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

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