From 5dfd02151ef1df85b487866e045987824e68848b Mon Sep 17 00:00:00 2001 From: Mihaela Dumitru Date: Wed, 9 Aug 2023 18:21:39 +0300 Subject: [PATCH] feat(static) improve message in authError.html (#13681) --- css/_redirect_page.scss | 8 +++++++- static/authError.html | 7 ++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/css/_redirect_page.scss b/css/_redirect_page.scss index 2401fe9d60..afaa15935d 100644 --- a/css/_redirect_page.scss +++ b/css/_redirect_page.scss @@ -14,7 +14,7 @@ line-height: 24px; } } - .hint-msg{ + .hint-msg { p { margin: 26px auto; font-weight: 600; @@ -31,4 +31,10 @@ background: transparent; } } + .forbidden-msg { + p { + font-size: 16px; + margin-top: 15px; + } + } } diff --git a/static/authError.html b/static/authError.html index e12558ac9f..934e65d406 100644 --- a/static/authError.html +++ b/static/authError.html @@ -5,6 +5,11 @@ -
Sorry! You are not allowed to be here :(
+
+ Sorry! You are not allowed to be here :( +
+

You might be missing the JWT or using an incompatible one.

+
+