Prepare for forget Pass
This commit is contained in:
parent
adc50b3db8
commit
5089671b4c
@ -39,6 +39,11 @@ public class GeneralWebView {
|
||||
return "loading";
|
||||
}
|
||||
|
||||
@RequestMapping("/forgetPass")
|
||||
public String forgetPass(Model model){
|
||||
return CheckPage.getPageIfReady("forgetPass");
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user