logo_url
appears not to be used when local_backend:true
#5752
Labels
area: extensions/backends
area: local-proxy
good first issue
type: bug
code to address defects in shipped code
Describe the bug
The login screen when config option
local_backend: true
does not load the custom logo which is set usinglogo_url
option. It still shows the NetlifyCMS logo. however It does show the custom logo whenlocal_backend: false
To Reproduce
Update the
config.yml
file for your NelifyCMS instance to have a custom logo and be set to local_backend true:Expected behavior
Logo to change to use custom logo on the login screen.
Applicable Versions:
CMS configuration
Perhaps a notable difference from the average user is that we're using an external OAuth Client written in Node because we had to use Heroku.
The text was updated successfully, but these errors were encountered: