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

@@ -14,7 +14,6 @@ type State = {
};
type Props = {
passwordChanged: string => void,
password: string,
// Context props
t: string => string
};