Use HATEOAS link to change password

This commit is contained in:
Philipp Czora
2018-11-07 17:05:46 +01:00
parent e5dcae6874
commit 2ebd960154
7 changed files with 14 additions and 16 deletions

View File

@@ -79,7 +79,6 @@ class SetUserPassword extends React.Component<Props, State> {
};
render() {
console.log("RENDER");
const { t } = this.props;
const { loading, passwordChanged, error } = this.state;