1
0

feat(api tokens): add deleting api tokens

This commit is contained in:
kolaente
2023-09-01 13:18:00 +02:00
parent 0bb85870db
commit bd7b973559
2 changed files with 36 additions and 3 deletions

View File

@ -151,6 +151,11 @@
"90d": "90 Days",
"permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.",
"titleRequired": "The title is required",
"delete": {
"header": "Delete this token",
"text1": "Are you sure you want to delete the token \"{token}\"?",
"text2": "This will revoke access to all applications or integrations using it. You cannot undo this."
},
"attributes": {
"title": "Title",
"titlePlaceholder": "Enter a title you will recognize later",