uncommented the on event

This commit is contained in:
Christian Landgren 2021-01-04 12:01:03 +01:00
parent bf38a2e946
commit 72840a275a
1 changed files with 2 additions and 2 deletions

View File

@ -26,12 +26,12 @@ export const Login = ({ navigation, route }) => {
setArgument(funArguments[Math.floor(Math.random() * funArguments.length)])
}, [])
/*on('login', async () => {
on('login', async () => {
setLoggedIn(true)
showModal(false)
navigateToChildren()
})
*/
/* Helpers */
const handleInput = (text) => {
const isValid = Personnummer.valid(text)