We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8802932 commit 693fd46Copy full SHA for 693fd46
src/FusionAuthClient.ts
@@ -124,7 +124,7 @@ export class FusionAuthClient {
124
* @returns {Promise<ClientResponse<ChangePasswordResponse>>}
125
*/
126
changePassword(changePasswordId: string, request: ChangePasswordRequest): Promise<ClientResponse<ChangePasswordResponse>> {
127
- return this.start<ChangePasswordResponse, Errors>()
+ return this.startAnonymous<ChangePasswordResponse, Errors>()
128
.withUri('/api/user/change-password')
129
.withUriSegment(changePasswordId)
130
.withJSONBody(request)
0 commit comments