mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 21:58:26 +00:00
fix: Finish credential redaction that was merged unfinished (#13073)
* Squash * Removed unused files Not mine, someone merged that stuff in earlier. * fix: patch redaction regressions and schema breakages --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>
This commit is contained in:
5
src/config/zod-schema.sensitive.ts
Normal file
5
src/config/zod-schema.sensitive.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { z } from "zod";
|
||||
|
||||
// Everything registered here will be redacted when the config is exposed,
|
||||
// e.g. sent to the dashboard
|
||||
export const sensitive = z.registry<undefined, z.ZodType>();
|
||||
Reference in New Issue
Block a user