Skip to content

Commit 4400000

Browse files
committed
update readme to match updatePassword interface
1 parent 0d81582 commit 4400000

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)