diff options
| author | Frank <[email protected]> | 2025-10-16 23:19:23 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-10-16 23:19:25 -0400 |
| commit | 4663ea5faad41f8be9d16898f0d041630acf0c13 (patch) | |
| tree | 31e8a00c529f2b28434d52ab91aefb6a17d3cea6 /packages/console/function/src/auth.ts | |
| parent | dd581e8577c7345c98e38e90f54b359560da74e1 (diff) | |
| download | opencode-4663ea5faad41f8be9d16898f0d041630acf0c13.tar.gz opencode-4663ea5faad41f8be9d16898f0d041630acf0c13.zip | |
wip: zen
Diffstat (limited to 'packages/console/function/src/auth.ts')
| -rw-r--r-- | packages/console/function/src/auth.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/console/function/src/auth.ts b/packages/console/function/src/auth.ts index eb31015ed..f1f341cec 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 |
