CongressService & MomentaryService

This commit is contained in:
MaxKey
2022-04-17 07:04:28 +08:00
parent 5e4923d6b4
commit d9af91de4a
82 changed files with 732 additions and 3665 deletions

View File

@@ -77,7 +77,7 @@ public class FormBasedAuthorizeEndpoint extends AuthorizeBaseEndpoint{
_logger.debug("Accounts {}",account);
if(account == null){
return generateInitCredentialModelAndView(id,"/authz/formbased/"+id);
return initCredentialView(id,"/authz/formbased/"+id);
}else{
modelAndView=new ModelAndView();