mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-07-16 10:02:59 -04:00
Closes #6223. Supersedes the investigation draft in #6765. ## Summary - Removed the remaining explicit uses of the `simple` layout from the email-validation flows. - Deleted `app/layout/simple.phtml` so those pages now use the shared `layout.phtml`. - Kept the existing `disable_aside` behavior for the profile page while an email validation token is pending. ## Notes The replacement for `simple.phtml` is the normal shared layout. Access while email validation is pending is still constrained by the existing `FreshRSS::checkEmailValidated()` route guard, which allows the validation/profile/logout paths and forwards other routes to `user#validateEmail`.
25 KiB
25 KiB