Password reset link does not work

Solved
Schelm
Tourist
10 2 2

After customizing the login page, the password reset link no longer works.

The href attribute hasn't been modified, and the JavaScript in this part remains the same.

Shopify support told me that it was caused by the code being edited, so I tried reverting to the original code, but the password reset link does not work even with the original code.

Does anyone know the cause?

Accepted Solution (1)
Schelm
Tourist
10 2 2

This is an accepted solution.

The cause has not been identified yet, but it seems that classes did not switched using JavaScript.

It was improved by adding the class switching process by referring to the following site.

https://github.com/stephsharp/shopify-tutorial-tetchi/blob/master/templates/customers/login.liquid

View solution in original post

Reply 1 (1)
Schelm
Tourist
10 2 2

This is an accepted solution.

The cause has not been identified yet, but it seems that classes did not switched using JavaScript.

It was improved by adding the class switching process by referring to the following site.

https://github.com/stephsharp/shopify-tutorial-tetchi/blob/master/templates/customers/login.liquid