diff --git a/frontend/src/rest/Users.js b/frontend/src/rest/Users.js index b3dac2d..f15dac5 100644 --- a/frontend/src/rest/Users.js +++ b/frontend/src/rest/Users.js @@ -63,6 +63,7 @@ export async function getSelf(){ * - email * - photo * - Adress + * - Password */ export async function alterSelf(data){ return restPatch("/user", data);