vuestorefront/vue-storefront

[Bug]: Unable to recover/reset password with Shopify integration (empty file)

mricci-dkskfDJD opened this issue · 1 comments

Describe the Bug

Describe the Bug

Hello after a project creation with Shopify integration (with command npx @vue-storefront/cli init), the ResetPassword.vue file is totally empty. If I create the project with another integration, example Commercetools the file is present.
So for Shopify customers can't change/recover their password because ResetPassword.vue is empty.

It also looks like some functions from @vue-storefront/shopify are mocked (example setNew from useForgotPassword(), inside module @vue-storefront/shopify)

Thanks

Current behavior

Customers can't recover/reset password because the page that controls that feature is an empty file.

Expected behavior

ResetPassword.vue filled with necessary logic to handle customer's reset/recover password request.

Steps to reproduce

Open ResetPassword.vue and notice that is empty

What version of Vue Storefront are you using?

1.1.0 (Shopify)

What version of Node.js are you using?

16.13.0

What browser (and version) are you using?

Chrome

What operating system (and version) are you using?

Ubuntu 20.04 LTS

Relevant log output

No response

Able to fix / change the documentation?

  • Yes
  • No

Code of Conduct

  • I agree to follow this project's Code of Conduct

Closing because issue is a duplicated of vuestorefront/shopify#319