adding password to the comment
All checks were successful
Build and test backend / Build-backend (pull_request) Successful in 2m3s
Build and test backend / Test-backend (pull_request) Successful in 2m0s
Build and test FrontEnd / Build-frontend (pull_request) Successful in 26s

This commit is contained in:
Debucquoy Anthony 2024-03-11 14:07:09 +01:00
parent 4148d76959
commit fb93c2e369
Signed by: tonitch
GPG Key ID: A78D6421F083D42E

View File

@ -63,6 +63,7 @@ export async function getSelf(){
* - email
* - photo
* - Adress
* - Password
*/
export async function alterSelf(data){
return restPatch("/user", data);