adding password to the comment
This commit is contained in:
		@ -63,6 +63,7 @@ export async function getSelf(){
 | 
				
			|||||||
 * - email
 | 
					 * - email
 | 
				
			||||||
 * - photo
 | 
					 * - photo
 | 
				
			||||||
 * - Adress
 | 
					 * - Adress
 | 
				
			||||||
 | 
					 * - Password
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
export async function alterSelf(data){
 | 
					export async function alterSelf(data){
 | 
				
			||||||
	return restPatch("/user", data);
 | 
						return restPatch("/user", data);
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user