From 2ae8c62547fa0b8656010cb944c836d3d36cab21 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Mon, 7 Apr 2025 06:54:47 -0700 Subject: [PATCH] Repopulate the client API-key generation section --- src/interface/web/app/settings/page.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/interface/web/app/settings/page.tsx b/src/interface/web/app/settings/page.tsx index cb7869ed..04f4e071 100644 --- a/src/interface/web/app/settings/page.tsx +++ b/src/interface/web/app/settings/page.tsx @@ -1173,6 +1173,14 @@ export default function SettingsView() { )} +
+
+ Clients +
+
+ {!userConfig.anonymous_mode && } +
+
Account