Fix refreshExpireInHours zero value issue

This commit is contained in:
Yang Luo
2023-05-17 20:47:59 +08:00
parent 596742d782
commit d4dc236770
2 changed files with 4 additions and 0 deletions

View File

@ -65,6 +65,7 @@ class ApplicationListPage extends BaseListPage {
redirectUris: ["http://localhost:9000/callback"],
tokenFormat: "JWT",
expireInHours: 24 * 7,
refreshExpireInHours: 24 * 7,
formOffset: 2,
};
}