Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: display custom logo when using a proxy server #7235

Merged

Conversation

MichalRsa
Copy link
Contributor

Summary
fixes #5752

Bug occurred because the decap-cms-backend-proxy package uses a different authentication page. Yet, this page didn't reuse renderPageLogo function that is defined in decap-cms-ui-default, which allows the display of a custom logo.

Test plan

  1. Run npm run decap-server
  2. Add logo_url: YOUR_LOGO_URL to config.yml

Checklist

Please add a x inside each checkbox:

A picture of a cute animal (not mandatory but encouraged)

@MichalRsa MichalRsa requested a review from a team as a code owner June 18, 2024 03:37
@martinjagodic martinjagodic enabled auto-merge (squash) June 26, 2024 08:45
@martinjagodic martinjagodic merged commit 7feca52 into decaporg:main Jun 26, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

logo_url appears not to be used when local_backend:true
2 participants