Fixed #422 cannot reset password

Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
master
Andrew DeMaria 7 years ago
parent 1ec32f28ca
commit 8cd9f3fb21
No known key found for this signature in database
GPG Key ID: 0A3F5E91F8364EDF
  1. 2
      libresonic-main/src/main/java/org/libresonic/player/controller/RecoverController.java

@ -43,7 +43,7 @@ public class RecoverController {
@Autowired
private SecurityService securityService;
@RequestMapping(method = {RequestMethod.GET})
@RequestMapping(method = {RequestMethod.GET, RequestMethod.POST})
public ModelAndView recover(HttpServletRequest request, HttpServletResponse response) throws Exception {
Map<String, Object> map = new HashMap<String, Object>();

Loading…
Cancel
Save