🐛 lifestrument: show the login form by default for signed-out visitors
On production /api/me fails when signed out, so setUser was never called and the auth form (hidden by default) never appeared — a dead landing. Default authArea to visible; setUser still swaps to the begin button once signed in (or via ?dev=1). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
350ad72782
commit
09abd33901
@ -212,7 +212,7 @@
|
||||
<div class="sub">played by being alive</div>
|
||||
<div class="poem">your pulse, the weather, the sun going down, a baby born somewhere — the world plays, and so do you. no cables, no settings, just a feeling.</div>
|
||||
|
||||
<div class="auth" id="authArea">
|
||||
<div class="auth on" id="authArea">
|
||||
<div class="tabs">
|
||||
<button data-tab="login" class="on">log in</button>
|
||||
<button data-tab="signup">create account</button>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user