Unlike f$get_created(), which provides a response for a failed user creation attempt, f$get_signed_in() and f$signed_in don't return any response for a failed login attempt. How can I work around this to detect a login attempt that failed either due to bad email or password and display a notification that their login was unsuccessful?
Unlike f$get_created(), which provides a response for a failed user creation attempt, f$get_signed_in() and f$signed_in don't return any response for a failed login attempt. How can I work around this to detect a login attempt that failed either due to bad email or password and display a notification that their login was unsuccessful?