Password reset link error

Hello,
I am experiencing an issue with the “Password Reset” process in a project I developed using Php-laravel and Quasar Vue. The link in the email I send to reset the password is formed as follows:
http://localhost:8050/#/index/resetpassword?token=dc0bd3ec5aqfb36dbd64184854ce3a95vsbe06ba5372744e8379b0gdf0780dcf&email=appuser%40gmail.com.

However, when this link is clicked, it redirects to the user login page instead of the password reset page.

Could you please help me understand what might be causing this issue?

Regards

This has been fixed in the latest version.