wiverson
09/07/2021, 6:55 AMNeucoas
09/07/2021, 6:11 PMoskar
09/07/2021, 6:21 PMjs
// Handle redirect when you've clicked email link to reset your password.
auth.onAuthStateChange((eventName, session) => {
if (eventName === 'PASSWORD_RECOVERY') {
// do something here
history.push('/account/reset-password')
}
})
wiverson
09/07/2021, 9:35 PMwiverson
09/07/2021, 9:36 PMwiverson
09/07/2021, 11:37 PMNeucoas
09/08/2021, 12:06 AM