AuthPage does not handle any errors
Does the default AuthPage do any error handling by default ?
I return an error in my authProvider
But the error does not appear on screen.
To show the errors to the user is it required to swizzle this component ?
I'm using the headless UI mode.
Are the errors shown through
I return an error in my authProvider
login() function like this:But the error does not appear on screen.
To show the errors to the user is it required to swizzle this component ?
I'm using the headless UI mode.
Are the errors shown through
notificationProvider ?