Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
s7_spruge_k
calendar
Commits
c1a5f03e
Commit
c1a5f03e
authored
Jun 19, 2019
by
s7_spruge_k
Browse files
fixed registration bug
parent
61f3524b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
src/main/java/com/example/calendar/controller/UserController.java
.../java/com/example/calendar/controller/UserController.java
+0
-2
No files found.
src/main/java/com/example/calendar/controller/UserController.java
View file @
c1a5f03e
...
...
@@ -52,8 +52,6 @@ public class UserController {
if
(
bindingResult
.
hasErrors
())
{
System
.
out
.
println
(
"error"
);
userService
.
save
(
userForm
);
return
"registration"
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment