Manage secret

This commit is contained in:
2025-08-24 23:46:14 +08:00
parent 246ac52d0a
commit a03d6015a6
7 changed files with 192 additions and 73 deletions

View File

@@ -922,5 +922,9 @@
"deleteSecret": "Delete Secret",
"deleteSecretHint": "Are you sure you want to delete this secret? This action cannot be undone.",
"generateSecret": "Generate New Secret",
"created_at": "Created at {}"
"createdAt": "Created at {}",
"newSecretGenerated": "New Secret Generated",
"copySecretHint": "Please copy this secret and store it somewhere safe. You will not be able to see it again.",
"expiresIn": "Expires In (seconds)",
"isOidc": "OIDC Compliant"
}