From 69b18c1fe1d7d876c86de850b716de396877ad9d Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Sat, 20 Jun 2026 22:02:32 +0530 Subject: A list of users are shown. Added error pages. --- .../resources/templates/security/user-form.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 spring-boot/10-role-based-security/src/main/resources/templates/security/user-form.html (limited to 'spring-boot/10-role-based-security/src/main/resources/templates/security/user-form.html') diff --git a/spring-boot/10-role-based-security/src/main/resources/templates/security/user-form.html b/spring-boot/10-role-based-security/src/main/resources/templates/security/user-form.html new file mode 100644 index 0000000..a27ae7d --- /dev/null +++ b/spring-boot/10-role-based-security/src/main/resources/templates/security/user-form.html @@ -0,0 +1,22 @@ + + + + +
+
+ + + +
+ + +
+
+ + +
+
+ + + \ No newline at end of file -- cgit v1.2.3