+
Pick a role to sign in instantly — no password needed.
+
{Object.keys(DEMO_ACCOUNTS).map((roleKey) => {
const styles = DEMO_ROLE_STYLES[roleKey] || DEMO_ROLE_STYLES.customer;
const isExpanded = expandedDemoRole === roleKey;
@@ -324,11 +246,11 @@ const Login = () => {
);
@@ -336,7 +258,7 @@ const Login = () => {
{/* Person picker — expands below chips when a multi-person role is selected */}
{expandedDemoRole && DEMO_ACCOUNTS[expandedDemoRole] && (
-
+
{DEMO_ACCOUNTS[expandedDemoRole].map((account) => (
)}
+
+ {/* Manual sign-in */}
+
+
+
+
Sign in with your account
+
+
Enter your username and password below.
+ {/* Role Tabs — 3-col grid (temporarily disabled) */}
+ {/*
+ {[
+ { key: 'customer', label: 'Customer' },
+ { key: 'employee', label: 'Employee' },
+ { key: 'owner', label: 'Owner' },
+ { key: 'contractor', label: 'Contract.' },
+ { key: 'vendor', label: 'Vendor' },
+ { key: 'subcontractor', label: 'Sub-Con' },
+ ].map(({ key, label }) => (
+
+ ))}
+
*/}
+
+
+