My resource is configured with a custom auth flow that first requests an user’s email address, and then secondarily a modal that requests the code (which was emailed to them by our auth provider). Recently in the last hour the 2nd code step modal no longer renders and the UI reports “Auth Success”.
I also tried regular user and password login (one modal) and it didn’t work either. So I just moved away from Custom Auth Flow to OAuth 2.0 which works.
Glad to hear that switching to the preconfigured OAuth2 configuration works, @zach! I'll try to replicate the modal issue and file a but report internally, if necessary.
Can you explain what means in a bit more detail? Is it not rendering at all? Or not capturing the user inputs correctly?