yusuketk 6 lat temu
rodzic
commit
73fd67066c
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/client/js/components/LoginForm.jsx

+ 1 - 0
src/client/js/components/LoginForm.jsx

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