Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit df95d6e

Browse files
author
cewald
committed
Add resetPasswordUsingResetToken to magento1 platform
1 parent 1737a18 commit df95d6e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/platform/magento1/user.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ class UserProxy extends AbstractUserProxy {
3434
changePassword (passwordData) {
3535
return this.api.user.changePassword(passwordData)
3636
}
37+
resetPasswordUsingResetToken (resetData) {
38+
return this.api.user.resetPasswordUsingResetToken(resetData)
39+
}
3740
}
3841

3942
module.exports = UserProxy

0 commit comments

Comments
 (0)