1
0

feat(api tokens): validate title field when creating a new token

This commit is contained in:
kolaente
2023-09-01 12:56:23 +02:00
parent e47ad021a3
commit 021f92303d
4 changed files with 29 additions and 10 deletions

View File

@ -150,8 +150,10 @@
"60d": "60 Days",
"90d": "90 Days",
"permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.",
"titleRequired": "The title is required",
"attributes": {
"title": "Title",
"titlePlaceholder": "Enter a title you will recognize later",
"expiresAt": "Expires at",
"permissions": "Permissions"
}