Skip to content

Commit 2611dda

Browse files
committed
work
1 parent 69441e8 commit 2611dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/woehlke/java/simpleworklist/domain/db/UserPasswordRecoveryController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public UserPasswordRecoveryController(UserAccountService userAccountService, Use
4343
@RequestMapping(path="/resetPassword", method = RequestMethod.GET)
4444
public final String passwordForgottenForm(Model model) {
4545
UserAccountRegistrationForm userAccountRegistrationForm = new UserAccountRegistrationForm();
46-
model.addAttribute("userRegistrationForm", userAccountRegistrationForm);
46+
model.addAttribute("userAccountRegistrationForm", userAccountRegistrationForm);
4747
return "user/resetPassword/resetPasswordForm";
4848
}
4949

0 commit comments

Comments
 (0)