Broke up the home page

This commit is contained in:
2019-05-26 04:28:40 +10:00
parent f949617284
commit 6095261c27
14 changed files with 233 additions and 109 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ class PasswordChange extends React.Component {
//DEBUGGING
if (this.props.onPasswordChange) {
this.props.onPasswordChange();
this.props.onPasswordChange(json.msg);
}
}