From fb93c2e369502a0de6aaa21201bd0129b9fd7b58 Mon Sep 17 00:00:00 2001 From: Anthony Debucquoy Date: Mon, 11 Mar 2024 14:07:09 +0100 Subject: [PATCH] adding password to the comment --- frontend/src/rest/Users.js | 1 + 1 file changed, 1 insertion(+) 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);