mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-15 03:43:51 +08:00
Add user's Affiliation and IsAdmin.
This commit is contained in:
@ -157,9 +157,9 @@ class ApplicationEditPage extends React.Component {
|
||||
Enable Password:
|
||||
</Col>
|
||||
<Col span={1} >
|
||||
{
|
||||
<Switch checked={this.state.application.enablePassword} onChange={(checked => {this.updateApplicationField('enablePassword', checked);})} />
|
||||
}
|
||||
<Switch checked={this.state.application.enablePassword} onChange={checked => {
|
||||
this.updateApplicationField('enablePassword', checked);
|
||||
}} />
|
||||
</Col>
|
||||
</Row>
|
||||
<Row style={{marginTop: '20px'}} >
|
||||
|
Reference in New Issue
Block a user