mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-20 07:08:14 +08:00
ui optimize
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user