From 3ca1bde61b30add74201e04d71106a4d379e3282 Mon Sep 17 00:00:00 2001 From: konarfil Date: Tue, 26 Sep 2023 14:00:47 +0200 Subject: [PATCH] Error and success screens redesigned --- .../templates/ExceptionMappers/error.html | 91 +++---------------- .../templates/OAuthResource/loginSuccess.html | 89 +++--------------- 2 files changed, 29 insertions(+), 151 deletions(-) diff --git a/src/main/resources/templates/ExceptionMappers/error.html b/src/main/resources/templates/ExceptionMappers/error.html index 4eea55e..3de31f8 100644 --- a/src/main/resources/templates/ExceptionMappers/error.html +++ b/src/main/resources/templates/ExceptionMappers/error.html @@ -1,77 +1,16 @@ - - - - - - Login Page - - - -
-

Error

-
{response.error}
-
{response.description}
+{#include base} +{#title}Error{/title} +
+
+
+
+
+ Error +

{response.error}

+
{response.description}
+
+
+
+
- - +{/include} diff --git a/src/main/resources/templates/OAuthResource/loginSuccess.html b/src/main/resources/templates/OAuthResource/loginSuccess.html index ad45367..ba7ab57 100644 --- a/src/main/resources/templates/OAuthResource/loginSuccess.html +++ b/src/main/resources/templates/OAuthResource/loginSuccess.html @@ -1,76 +1,15 @@ - - - - - - Login Page - - - -