shell: 'Log out' button visible while auth is not implemented #111
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_os#111
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The shell toolbar renders a
<button title="Log out">(icon-only). There is no auth in the stack today —SYSTEM_KEY = "system"perhero_archipelagos/.../messaging_service.rs:266is the dummy identity used 'until auth lands'. Clicking 'Log out' has no meaningful effect.Two concerns:
Suggested fix
Gate the Log out button on a feature flag / on auth being available. Until then, hide it (or leave it as a stub that surfaces a 'Coming with auth' toast so the intent is explicit).
Found via QA session 2026-04-29.