Skip to content

Commit 9b33311

Browse files
committed
fix: user controller
1 parent d915867 commit 9b33311

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/main/java/com/github/throyer/common/springboot/controllers/app/UserController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public String create(
6767
Model model
6868
) {
6969
if (validations.hasErrors()) {
70-
// return "app/users/index";
70+
return "app/users/index";
7171
}
7272

7373
return "redirect:/app/users/form";

0 commit comments

Comments
 (0)