Add cert to ApplicationEditPage.js

This commit is contained in:
Yang Luo
2022-02-08 20:59:20 +08:00
parent 612b5f5c2e
commit e1c54744dc
9 changed files with 39 additions and 0 deletions

View File

@ -47,6 +47,7 @@ class ApplicationListPage extends BaseListPage {
{name: "Phone", visible: true, required: true, rule: "None"},
{name: "Agreement", visible: true, required: true, rule: "None"},
],
cert: "cert-built-in",
redirectUris: ["http://localhost:9000/callback"],
tokenFormat: "JWT",
expireInHours: 24 * 7,