mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-15 03:43:51 +08:00
Rename redirectUrl to redirectUri.
This commit is contained in:
@ -201,8 +201,8 @@ class ApplicationEditPage extends React.Component {
|
||||
<Col span={22} >
|
||||
<UrlTable
|
||||
title="Redirect URLs"
|
||||
table={this.state.application.redirectUrls}
|
||||
onUpdateTable={(value) => { this.updateApplicationField('redirectUrls', value)}}
|
||||
table={this.state.application.redirectUris}
|
||||
onUpdateTable={(value) => { this.updateApplicationField('redirectUris', value)}}
|
||||
/>
|
||||
</Col>
|
||||
</Row>
|
||||
|
Reference in New Issue
Block a user