mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 13:20:19 +08:00
feat: password and invitation code verification rules (#2258)
This commit is contained in:
@ -137,7 +137,7 @@ class SignupTable extends React.Component {
|
||||
}
|
||||
|
||||
return (
|
||||
<Switch checked={text} onChange={checked => {
|
||||
<Switch checked={text} disabled={record.name === "Password"} onChange={checked => {
|
||||
this.updateField(table, index, "required", checked);
|
||||
}} />
|
||||
);
|
||||
|
Reference in New Issue
Block a user