glitch-javascript-sdk 0.4.4 → 0.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +107 -116
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
- package/src/api/Auth.ts +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -30369,7 +30369,7 @@ var Auth = /** @class */ (function () {
|
|
|
30369
30369
|
* @returns promise
|
|
30370
30370
|
*/
|
|
30371
30371
|
Auth.resetPassword = function (data) {
|
|
30372
|
-
return Requests.processRoute(AuthRoutes.routes.
|
|
30372
|
+
return Requests.processRoute(AuthRoutes.routes.reset_password, data);
|
|
30373
30373
|
};
|
|
30374
30374
|
return Auth;
|
|
30375
30375
|
}());
|