move permissions to record
This commit is contained in:
@@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user