diff --git a/reactive/webflux/kotlin/hello-security/src/main/resources/templates/user/index.html b/reactive/webflux/kotlin/hello-security/src/main/resources/templates/user/index.html index 393f6d3..883d86f 100644 --- a/reactive/webflux/kotlin/hello-security/src/main/resources/templates/user/index.html +++ b/reactive/webflux/kotlin/hello-security/src/main/resources/templates/user/index.html @@ -6,7 +6,7 @@ -
+

This is a secured page!

Back to home page

diff --git a/servlet/spring-boot/kotlin/hello-security/src/main/resources/templates/user/index.html b/servlet/spring-boot/kotlin/hello-security/src/main/resources/templates/user/index.html index b36caed..9e529fd 100644 --- a/servlet/spring-boot/kotlin/hello-security/src/main/resources/templates/user/index.html +++ b/servlet/spring-boot/kotlin/hello-security/src/main/resources/templates/user/index.html @@ -22,7 +22,7 @@ -
+

This is a secured page!

Back to home page