Changeset a7e12de in Klonkt for src/routes/auth.js


Ignore:
Timestamp:
06/14/2026 03:48:20 PM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
ccbd6a6
Parents:
337ec5a
Message:

auth: no shell chrome on login/register/reset (headerless focus screens)

Auth pages get bodyClass 'on-auth'; shell gates masthead/profile-header/
view-switcher/bottom-tab on a shared bareChrome flag (on-hub OR on-auth).
Logging in is now a clean screen without a header.

Co-Authored-By: Claude <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/routes/auth.js

    r337ec5a ra7e12de  
    4343  renderPage(req, res, 'pages/auth-login', {
    4444    pageTitle: 'Inloggen',
    45     bodyClass: 'on-special',
     45    bodyClass: 'on-special on-auth',
    4646    error: null,
    4747    success: req.query.success || null,
Note: See TracChangeset for help on using the changeset viewer.