From 4663ea5faad41f8be9d16898f0d041630acf0c13 Mon Sep 17 00:00:00 2001 From: Frank Date: Thu, 16 Oct 2025 23:19:23 -0400 Subject: [PATCH] wip: zen --- packages/console/function/src/auth.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/console/function/src/auth.ts b/packages/console/function/src/auth.ts index eb31015e..f1f341ce 100644 --- a/packages/console/function/src/auth.ts +++ b/packages/console/function/src/auth.ts @@ -134,6 +134,7 @@ export default { if (!subject) throw new Error("No subject found") if (Resource.App.stage !== "production" && !email.endsWith("@anoma.ly")) { + throw new Error("Invalid email") } // Get account