From 1274c0445e1cc17f0fc2f37b25b8ceec63e07ae5 Mon Sep 17 00:00:00 2001 From: rohan-chaturvedi Date: Wed, 1 Nov 2023 16:32:48 +0530 Subject: [PATCH] feat: add mask and no-capture classes to sensitive fields --- frontend/app/[team]/apps/[app]/members/page.tsx | 4 ++-- frontend/app/[team]/apps/[app]/page.tsx | 4 ++-- frontend/app/[team]/apps/[app]/tokens/page.tsx | 2 +- frontend/app/[team]/newdevice/page.tsx | 2 +- frontend/app/[team]/settings/page.tsx | 2 +- frontend/app/[team]/tokens/page.tsx | 2 +- frontend/app/webauth/[requestCode]/page.tsx | 2 +- frontend/components/apps/NewAppDialog.tsx | 2 +- frontend/components/apps/tokens/SecretTokens.tsx | 4 +++- frontend/components/auth/UnlockKeyringDialog.tsx | 2 +- frontend/components/environments/SecretPropertyDiffs.tsx | 6 +++--- frontend/components/logs/SecretLogs.tsx | 8 +------- frontend/components/onboarding/AccountPassword.tsx | 2 +- 13 files changed, 19 insertions(+), 23 deletions(-) diff --git a/frontend/app/[team]/apps/[app]/members/page.tsx b/frontend/app/[team]/apps/[app]/members/page.tsx index d1a63f3c4..0758dbfab 100644 --- a/frontend/app/[team]/apps/[app]/members/page.tsx +++ b/frontend/app/[team]/apps/[app]/members/page.tsx @@ -410,7 +410,7 @@ export default function Members({ params }: { params: { team: string; app: strin minLength={16} required autoFocus - className="custom w-full text-zinc-800 font-mono dark:text-white bg-zinc-100 dark:bg-zinc-800 rounded-md" + className="custom w-full text-zinc-800 font-mono dark:text-white bg-zinc-100 dark:bg-zinc-800 rounded-md ph-mask" />