Skip to content

Commit

Permalink
fix: pw reset endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwynr committed Aug 23, 2024
1 parent 7638393 commit e36a155
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/browser/api/v3/user/password/forgotReset.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/browser/api/v3/user/password/forgotReset.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/node/api/v3/user/password/forgotReset.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/node/api/v3/user/password/forgotReset.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@filen/sdk",
"version": "0.1.155",
"version": "0.1.156",
"description": "Filen SDK",
"main": "dist/node/index.js",
"browser": "dist/browser/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/api/v3/user/password/forgotReset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class UserPasswordForgotReset {
}): Promise<void> {
await this.apiClient.request({
method: "POST",
endpoint: "/v3/user/password/forgot",
endpoint: "/v3/user/password/forgot/reset",
data: {
token,
password,
Expand Down

0 comments on commit e36a155

Please sign in to comment.