From c7ae9b5c886f536008fc1129d18c4f949b6e0f00 Mon Sep 17 00:00:00 2001 From: alphaeusmote <41258468-alphaeusmote@users.noreply.replit.com> Date: Fri, 11 Apr 2025 21:17:01 +0000 Subject: [PATCH] Update customer selection in authentication flow. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9111ef36-26c8-4085-84ca-a35dc1fec1b5 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7083d608-d6d3-4a6a-9a27-6286c5109627/f4dee1c0-bc81-4a63-9e10-476f21e0c737.jpg --- client/src/pages/auth-page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/client/src/pages/auth-page.tsx b/client/src/pages/auth-page.tsx index b4e14d6..05b9666 100644 --- a/client/src/pages/auth-page.tsx +++ b/client/src/pages/auth-page.tsx @@ -85,7 +85,7 @@ export default function AuthPage() { email: "", password: "", fullName: "", - organizationId: undefined, + customerId: undefined, }, }); @@ -397,23 +397,23 @@ export default function AuthPage() { /> ( - Organization + Customer