I added the spaces and some console.log statements.
The error is coming from this line:
. catch (( error ) => {
//console.log()
console . log ( error );
});
The code isn’t going to the checkUserExists function
I added the spaces and some console.log statements.
The error is coming from this line:
. catch (( error ) => {
//console.log()
console . log ( error );
});
The code isn’t going to the checkUserExists function