diff --git a/src/scenes/Settings.tsx b/src/scenes/Settings.tsx index 712b91e..4d0a994 100644 --- a/src/scenes/Settings.tsx +++ b/src/scenes/Settings.tsx @@ -5,10 +5,9 @@ import { api } from "../lib/api"; import { User, Refresh, Cog, Pulse, Layers, Check } from "../components/icons"; const COMMON_EMAILS = [ - "dev@flow-master.ai", - "procurement.operator@flowmaster.local", - "finance.lead@flowmaster.local", - "ops.admin@flowmaster.local", + "ceo-head@flow-master.ai", + "hr-head@flow-master.ai", + "it-head@flow-master.ai", ]; export default function Settings() { @@ -59,20 +58,16 @@ export default function Settings() {

Identity

- Current - {actor?.user_id?.slice(0, 12) ?? "—"} + Signed in + {userDisplayName ?? userEmail.split("@")[0]}
Email {userEmail}
- Display name - {userDisplayName ?? "—"} -
-
- Backend - {api.config.baseUrl || "(same-origin via /api)"} + Status + {actor?.user_id ? "active session" : "no session"}
@@ -97,9 +92,19 @@ export default function Settings() { ))} - +
+ + +
@@ -151,14 +156,10 @@ export default function Settings() {

About

- FlowMaster Mission Control. Live at{" "} + FlowMaster operator cockpit. Live at{" "} canvas.flow-master.ai - . All actions hit the real EA2 backend — the live console shows every - fetch. Source:{" "} - - gitea.flow-master.ai/shad/flowmaster-mission-control-demo - . + . Every action writes to EA2 — open the live console (above) to see the API trail.