This happens when:
- Lock 10 is being used in a SPA
- Lock 10 is being shown as overlay
signUpLink was set for redirecting the user to a custom signup page
When the user clicks on sign up, Lock changes the route but since the SPA router avoids doing the actual redirect, lock is still visible on top of the page content.
It should close itself when it redirects the user
This happens when:
signUpLinkwas set for redirecting the user to a custom signup pageWhen the user clicks on
sign up, Lock changes the route but since the SPA router avoids doing the actual redirect, lock is still visible on top of the page content.It should close itself when it redirects the user