diff --git a/shogun-boot/src/main/java/de/terrestris/shogun/boot/controller/AuthController.java b/shogun-boot/src/main/java/de/terrestris/shogun/boot/controller/AuthController.java index f7523afe0..6c56cd7a2 100644 --- a/shogun-boot/src/main/java/de/terrestris/shogun/boot/controller/AuthController.java +++ b/shogun-boot/src/main/java/de/terrestris/shogun/boot/controller/AuthController.java @@ -32,7 +32,7 @@ public class AuthController { @GetMapping("/isSessionValid") - public ResponseEntity isSessionValid(Authentication authentication) { + public ResponseEntity isSessionValid(Authentication authentication) { log.debug("Checking if user is logged in."); if (authentication != null && authentication.isAuthenticated()) { diff --git a/shogun-boot/src/main/resources/templates/error/404.html b/shogun-boot/src/main/resources/templates/error/404.html index 1f594b77b..949500627 100644 --- a/shogun-boot/src/main/resources/templates/error/404.html +++ b/shogun-boot/src/main/resources/templates/error/404.html @@ -56,7 +56,6 @@ border-radius: 8px; -moz-border-radius: 8px; margin: auto 70px auto 70px; - #padding: 50px; top: 50%; position: absolute; transform: translate(0, -50%); @@ -86,6 +85,7 @@ margin-left: auto; } + SHOGun - Error
@@ -94,14 +94,14 @@

Oops!

-

+

The page you're looking for is not available.
- + Error
diff --git a/shogun-boot/src/main/resources/templates/index.html b/shogun-boot/src/main/resources/templates/index.html index 1dcfb518d..d05de9ea0 100644 --- a/shogun-boot/src/main/resources/templates/index.html +++ b/shogun-boot/src/main/resources/templates/index.html @@ -42,7 +42,7 @@
- + SHOGun logo