From dc2ec5b73bd50d60a46b016c6e15b33a841ebcbe Mon Sep 17 00:00:00 2001 From: Milo Schwartz Date: Sat, 8 Feb 2025 15:51:28 -0500 Subject: [PATCH] add description to whitelist email field --- .../settings/resources/[resourceId]/authentication/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/[orgId]/settings/resources/[resourceId]/authentication/page.tsx b/src/app/[orgId]/settings/resources/[resourceId]/authentication/page.tsx index 64464d60..9c62b156 100644 --- a/src/app/[orgId]/settings/resources/[resourceId]/authentication/page.tsx +++ b/src/app/[orgId]/settings/resources/[resourceId]/authentication/page.tsx @@ -732,6 +732,9 @@ export default function ResourceAuthenticationPage() { }} /> + + Press enter to add an email after typing it in the input field. + )} />