ui optimize

This commit is contained in:
MaxKey
2022-02-14 20:55:20 +08:00
parent af88748489
commit d67bc93c97
24 changed files with 220 additions and 224 deletions

View File

@@ -51,7 +51,7 @@ public class JwtDetailsController extends BaseAppContorller {
AppsJwtDetails jwtDetails =new AppsJwtDetails();
jwtDetails.setId(jwtDetails.generateId());
jwtDetails.setProtocol(ConstsProtocols.JWT);
jwtDetails.setSecret(ReciprocalUtils.generateKey(ReciprocalUtils.Algorithm.AES));
jwtDetails.setSecret(ReciprocalUtils.generateKey(""));
jwtDetails.setUserPropertys("userPropertys");
modelAndView.addObject("model",jwtDetails);
return modelAndView;