The new combined signup/signin flow is fantastic, but it looks like it's not requiring a complete sign-up everywhere it should.
- Try to log in with a new email address
- Instead of registering, click the "Call For Speakers" link
- Notice that a form is available.
One way to do this might be to split out the Persona state and the actual logged-in-and-registered state. This will let you still figure out the right value for loggedInUser and distinguish between whether or not they've finished setting up their account.
The new combined signup/signin flow is fantastic, but it looks like it's not requiring a complete sign-up everywhere it should.
One way to do this might be to split out the Persona state and the actual logged-in-and-registered state. This will let you still figure out the right value for
loggedInUserand distinguish between whether or not they've finished setting up their account.