Skip to content

Commit 237f287

Browse files
authored
Merge pull request #256 from bentedder/master
update readme to match updatePassword interface
2 parents 3531be9 + 4400000 commit 237f287

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,7 @@ this._tokenService.validateToken().subscribe(
266266
267267
### .updatePassword()
268268
Updates the password for the logged in user.
269-
270-
`updatePassword({password: string, passwordConfirmation: string, currentPassword?: string, userType?: string, resetPasswordToken?: string}): Observable<Response>`
269+
`updatePassword({password: string, passwordConfirmation: string, passwordCurrent: string, userType?: string, resetPasswordToken?: string}): Observable<Response>`
271270
272271
#### Example:
273272
```javascript

0 commit comments

Comments
 (0)