[6.x] Hide default Statamic logo on frontend auth pages#14522
Merged
jasonvarga merged 1 commit into6.xfrom Apr 20, 2026
Merged
Conversation
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Outsidelayout is used for auth-style pages rendered both inside the Control Panel (/cp/auth/*) and on the frontend (/!/auth/*, e.g. the default password reset screen).statamic.cp.custom_logo_url/custom_logo_textcontinue to render on both CP and frontend routes.isCpRoutethrough the shared Inertia_statamicprops so the Vue layout can distinguish the two contexts; hides the entire logo wrapper on frontend routes when nothing would render, to avoid leaving an empty padded block.Test plan
/cp/auth/loginwith no custom logo configured — default Statamic logo still appears./!/auth/password/reset/{token}with no custom logo — no logo is rendered and there's no empty space where it used to be.statamic.cp.custom_logo_url— custom logo appears on both/cp/auth/*and/!/auth/*.statamic.cp.custom_logo_text— custom text appears on both/cp/auth/*and/!/auth/*.🤖 Generated with Claude Code