Change update patch url
Hello !!
i try to implement the updating password feature. I wrote the updatePasseword in the auth provider like following
My issue is that when I click on the update password button, the api call
i try to implement the updating password feature. I wrote the updatePasseword in the auth provider like following
My issue is that when I click on the update password button, the api call
mycmsurl/update-password endpoint and not the url that i specified in the updatePassword function. How can change the api endpoint on save button click ?