Consents
- {#if error == "invalid_credentials"}
-
- {/if}
+
Hello {user.login}
+
+
You are authorizing to {client.description}, which requests the following permissions from you:
+
diff --git a/src/main/resources/templates/OAuthResource/login.html b/src/main/resources/templates/OAuthResource/login.html
index 398dbf5..a0a19d2 100644
--- a/src/main/resources/templates/OAuthResource/login.html
+++ b/src/main/resources/templates/OAuthResource/login.html
@@ -20,7 +20,7 @@
background-color: #fff;
padding: 20px;
border-radius: 5px;
- box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.login-container h2 {
@@ -74,6 +74,7 @@
{/if}