|
@@ -19,6 +19,7 @@ class LoginForm extends React.Component {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
componentWillMount() {
|
|
componentWillMount() {
|
|
|
|
|
+ // [TODO][GW-1913] get params from server with axios
|
|
|
this.isRegistrationEnabled = true;
|
|
this.isRegistrationEnabled = true;
|
|
|
this.isLocalStrategySetup = true;
|
|
this.isLocalStrategySetup = true;
|
|
|
this.isLdapStrategySetup = true;
|
|
this.isLdapStrategySetup = true;
|