Skip to content

Hotfix captcha not showing after signup

Alex Gleason requested to merge captcha-hotfix into main

This is not ideal, but it's just the way modals work. You can open two modals and then close the second modal, but you can't open two modals and then close the first modal, or else it will close them both. It's a stack.

So for now close the signup modal before login is finished, otherwise this race will occur.

Merge request reports

Loading