As far as I can tell, he doesn’t need async for loginTeacher_click() as he’s calling await checkUserExists from a .then() function that has async.
As far as I can tell, he doesn’t need async for loginTeacher_click() as he’s calling await checkUserExists from a .then() function that has async.