Hey everyone!
I’ve been trying to implement a passwordless login alongside regular username-password and enterprise connections on the same login page. I’m using the ‘identifier first’ universal login page in my Angular application.
While the enterprise and username-password logins work effortlessly, I’m having trouble integrating the passwordless login with these other methods.
When I assign the ‘email’ connection to the module initialization in Angular, the passwordless login works perfectly with the corresponding email. However, this causes the other login methods to stop working.
I already have multiple users across different connections, and I need to support all three login methods simultaneously.
Has anyone faced a similar issue or have any suggestions on how to implement these three login methods together?
Thanks in advance for your help!
Best regards, Rene