Fix typos in last commit

This commit is contained in:
John Lyon-Smith
2018-05-15 13:17:58 -07:00
parent aa2da7d55d
commit 4220df4ca5
8 changed files with 8 additions and 8 deletions

View File

@@ -73,7 +73,7 @@ export class ResetPassword extends Component {
e.preventDefault()
e.stopPropagation()
const obj = this.state.binder.getmodifiedBindingValues()
const obj = this.state.binder.getModifiedBindingValues()
const passwordToken = new URLSearchParams(
decodeURIComponent(window.location.search)
).get("password-token")