Hi i have a change password page after reseting the password it should redirect to the home page. Thia is my URL for change password page.
https://localhost:9003/store/change-password?code=0a05a6d6-2298-4b62-9687-7deae15951e4
i got this using this in javascript.
var url = window.location.href;
I want only this much URL "https://localhost:9003/store" how can i get it?
Regards, Priyanka