🧑‍💻 Add UI for generating API tokens (/token)

This commit is contained in:
2023-02-20 01:03:52 +01:00
parent b254847e74
commit 0e5e693422
5 changed files with 172 additions and 1 deletions

View File

@ -6,6 +6,7 @@ export const strings = {
history: "History",
settings: "Settings",
login: "Login",
token: "Token",
},
settings: {
heading: {
@ -88,6 +89,9 @@ export const strings = {
noHistory: "No substitutions for this day have changed yet",
},
},
token: {
header: "Generate API-Token",
},
},
de: {
title: {