feat: allow to generate access token without expires time

This commit is contained in:
Steven
2023-08-07 19:52:13 +08:00
parent e855f8c5ad
commit dadf42c09b
5 changed files with 44 additions and 32 deletions

View File

@@ -25,8 +25,8 @@ const expirationOptions = [
value: 3600 * 24 * 7,
},
{
label: "Life time",
value: 3600 * 24 * 365 * 100,
label: "Never",
value: 0,
},
];