mercurjs / mercur-api-starter

5 stars 9 forks source link

fix: user-routes-redirect #19

Closed tomaszburas closed 3 months ago

tomaszburas commented 4 months ago

Fix Redirect Issue for Routes /admin/users/password-token and /admin/users/reset-password

Description: This pull request addresses a routing issue in the Mercur.js project, which is based on the Medusa.js framework. The problem involved incorrect redirects for the routes /admin/users/password-token and /admin/users/reset-password, which were erroneously directed to the user update route /admin/users/[user_id].

Problem:

Solution:

Testing:

Additional Information:

Links to Related Issues: github.com/mercurjs/mercur/issues/13

NicolasGorga commented 3 months ago

Hello, will this be merged?