mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-21 21:57:56 +01:00
Fix missing URLs.
This commit is contained in:
parent
55c104cfbe
commit
9668823c31
@ -53,4 +53,16 @@ public class MvcUsersController {
|
|||||||
return new ModelAndView("reactInclude");
|
return new ModelAndView("reactInclude");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@RequestMapping(value = "registration-success", method = RequestMethod.GET)
|
||||||
|
@PreAuthorize("permitAll()")
|
||||||
|
public ModelAndView showRegistrationSuccess() {
|
||||||
|
return new ModelAndView("reactInclude");
|
||||||
|
}
|
||||||
|
|
||||||
|
@RequestMapping(value = "forgot-password-success", method = RequestMethod.GET)
|
||||||
|
@PreAuthorize("permitAll()")
|
||||||
|
public ModelAndView showResetPasswordSuccess() {
|
||||||
|
return new ModelAndView("reactInclude");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user