implement change passwo
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user