Login error message

Actions & Logic

Currently, when an incorrect email or password is entered, FlutterFlow's built-in snackbar automatically appears.

Is it possible to:

Change the message displayed in the snackbar to one of our choosing?
Replace the snackbar with a custom dialog of our design?

For your reference, I am currently using Supabase Auth.

What have you tried so far?

I attempted to use the Is User Logged In condition to display a custom dialog in case of a failure (e.g., when login fails due to incorrect email or password).

However, the custom dialog did not appear upon login failure.

Did you check FlutterFlow's Documentation for this topic?
Yes