Fix typos in last commit
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user