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:
@@ -64,7 +64,7 @@ const useDeveloperRoutes = (): NavItemProps[] => {
|
||||
return useMemo(
|
||||
() => [
|
||||
{
|
||||
label: t("apiKeyManagement.domain"),
|
||||
label: t("apiKeyManagement.domainTitle"),
|
||||
to: "/settings/api-key-management",
|
||||
},
|
||||
{
|
||||
|
||||
@@ -111,7 +111,7 @@ const useLinks = (): CommandGroupProps[] => {
|
||||
label: t("salesChannels.domain"),
|
||||
},
|
||||
{
|
||||
label: t("apiKeyManagement.domain"),
|
||||
label: t("apiKeyManagement.domainTitle"),
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user