fix user cli

This commit is contained in:
dswbx
2024-11-21 08:39:04 +01:00
parent c75add2058
commit 2fe924b65c
2 changed files with 5 additions and 3 deletions

View File

@@ -21,6 +21,8 @@ export function AuthSettingsList() {
navigate(app.getSettingsPath(["auth"]));
}, []);
return null;
/*useBknd({ withSecrets: true });
return <AuthSettingsListInternal />;*/
}