phylayer
12/16/2021, 8:34 PMEmailPassword.init({
override: {
functions: (originalImplementation) => {
return {
...originalImplementation,
doesEmailExist: async function(input) {
// do something here to call that API and cause a popup?
}
}
}
}
}),