prettier
This commit is contained in:
parent
3b1abc9ae8
commit
e1abd8e85c
@ -42,9 +42,9 @@ export const createOrSignInUser = async (
|
|||||||
await auth().signInWithEmailAndPassword(email, password);
|
await auth().signInWithEmailAndPassword(email, password);
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.log(err)
|
console.log(err);
|
||||||
// TODO: #107 -- Correct error handling
|
// TODO: #107 -- Correct error handling
|
||||||
Alert.alert(err.message)
|
Alert.alert(err.message);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user