Minnor changes and fix invitation logic

This commit is contained in:
Adolfo Reyna
2023-07-07 09:45:40 -04:00
parent 0b477ba38e
commit ad39608e2a
4 changed files with 32 additions and 6 deletions

View File

@@ -74,7 +74,7 @@ let ProfileSettings = ()=>{
.catch((err) => console.error(err));
} catch (err) {
console.log(err);
alert("Something went wrong");
alert("Something went wrong uploading the photo.");
}
return uploadedFile;
};