decaporg / decap-cms

A Git-based CMS for Static Site Generators
https://decapcms.org
MIT License
17.83k stars 3.04k forks source link

gitea-backend: fix config casing #7112

Closed oliverpool closed 6 months ago

oliverpool commented 7 months ago

Summary

Currently the gitea AuthenticationPage refers to {config.logoUrl} whereas it should be {config.logo_url} like the other backends

Test plan

Set a custom logo_url and the backend to gitea. Your custom logo should appear on the login page.

Checklist

Please add a x inside each checkbox:

A picture of a cute animal (a kingfisher)

g12039