Skip to content

Commit 8cffa36

Browse files
authored
gitea-backend: fix config casing (#7112)
1 parent 33742b6 commit 8cffa36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/decap-cms-backend-gitea/src/AuthenticationPage.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ export default class GiteaAuthenticationPage extends React.Component {
5656
onLogin={this.handleLogin}
5757
loginDisabled={inProgress}
5858
loginErrorMessage={this.state.loginError}
59-
logoUrl={config.logoUrl}
60-
siteUrl={config.siteUrl}
59+
logoUrl={config.logo_url}
60+
siteUrl={config.site_url}
6161
renderButtonContent={() => (
6262
<React.Fragment>
6363
<LoginButtonIcon type="gitea" />{' '}

0 commit comments

Comments
 (0)