I have an Angular 5 web application that uses passwordless authentication with the Universal Login. Just yesterday the login process quit working and is throwing an Access Denied - no email or no verification_code provided error. We’ve made no changes to our application in about a two months so what could have changed to make this suddenly quit working?
Side note, I downloaded the sample code from the Quick Start which enters your application information automatically. I changed authorize command to this.auth0.authorize({prompt:‘login’}); and now get the same error there as well.