style edit task screen and fix task update flow

This commit is contained in:
Fhj0607
2026-04-21 12:56:24 +02:00
parent 473ba75e3e
commit 5bde373514
4 changed files with 330 additions and 103 deletions

View File

@@ -20,7 +20,7 @@ export default function CreateUser() {
});
if (error) {
Alert.alert("User could not be created, please try again");
Alert.alert(error.message, "User could not be created, please try again");
return;
}