feat: Admin V2 API keys (#6883)

Add API key management UI for V2

This PR only adds publishable API key UI. Secret API key management will come in a follow-up PR.
This commit is contained in:
Oli Juhl
2024-04-05 11:55:59 +02:00
committed by GitHub
parent e915169e11
commit eadc5e8a79
36 changed files with 265 additions and 179 deletions

View File

@@ -64,7 +64,7 @@ const useDeveloperRoutes = (): NavItemProps[] => {
return useMemo(
() => [
{
label: t("apiKeyManagement.domain"),
label: t("apiKeyManagement.domainTitle"),
to: "/settings/api-key-management",
},
{

View File

@@ -111,7 +111,7 @@ const useLinks = (): CommandGroupProps[] => {
label: t("salesChannels.domain"),
},
{
label: t("apiKeyManagement.domain"),
label: t("apiKeyManagement.domainTitle"),
},
],
},