implement change passwo

This commit is contained in:
Yasiu1376
2023-07-11 14:58:44 +03:30
parent 936740cad4
commit a3e7bc7237
4 changed files with 231 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
const BASE_URL = process.env.NEXT_PUBLIC_BASE_URL;
//change password
export const CHANGE_PASSWORD =
BASE_URL + "/dashboard/profile/change_password";
//end change password