Rev 37333 |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 37336 2026-08-18 12:13:49
- Author: amit
- Log message:
- Expose loginEmail to the admin views
admin.vm gates the OFFER CIRCULAR sidebar entry on the exact logged-in email,
because visibility there is per-email and auth.menu can only express roles. Nothing
was setting that variable, so the #if was always false and the entry rendered for
nobody on a clean build - it only appeared where a working copy happened to carry
this line locally.
Committed alongside r37331, which added the gate itself.