Hi Auth0 Community,
We are currently using the Capacitor framework for our application, and we’ve integrated Auth0 for authentication. During testing, we noticed that when users enter an incorrect password, the error message seems to be pulling from a different template, and our custom error handling code is missing.
Here are a few details about our setup:
- We’re using the Universal Login for authentication.
- This issue specifically occurs within the WebView of our Native Capacitor app.
Has anyone encountered similar issues with error message templates in the Universal Login when used in a Capacitor app? Any insights or guidance on how to ensure the correct template is used would be greatly appreciated.
Thank you in advance!