move permissions to record

This commit is contained in:
Loewy
2024-02-09 13:17:14 -08:00
parent 2c5a843835
commit 1098ba4c7d
4 changed files with 33 additions and 10 deletions

View File

@@ -44,7 +44,7 @@ export const createOrSignInUser = async (
} catch (err) {
console.log(err);
// TODO: #107 -- Correct error handling
Alert.alert(err.message);
Alert.alert("There was an issue.", err.message);
}
};