mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 20:50:19 +08:00
feat: terms of use auto selected (#1485)
This commit is contained in:
@ -479,7 +479,7 @@ class SignupPage extends React.Component {
|
||||
this.setState({
|
||||
isTermsOfUseVisible: true,
|
||||
});
|
||||
}, false, tailFormItemLayout)
|
||||
}, false, tailFormItemLayout, Setting.isDefaultTrue(application))
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user