fix: align frontend sensitive fields with backend

This commit is contained in:
Ryan Crabbe 2026-03-07 09:18:32 -08:00
parent 37de206c5b
commit 0dff602423

View file

@ -1,6 +1,5 @@
export const SENSITIVE_FIELDS = new Set([
"vault_token",
"approle_role_id",
"approle_secret_id",
"client_key",
]);