You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to reproduce your boilerplate code for bootstrap and FlowRouter using Semantic UI.
Everything works fine up to one point: The "Sign In" form is not in a popup, but it covers the entire main region of the BlazeLayout.
Perhaps the problem is that the initial state is signIn instead of hide.
So even though the user has not yet pressed the button Sign In the state has already switched to signIn.
[tag: Question]
I've tried to reproduce your boilerplate code for bootstrap and FlowRouter using Semantic UI.
Everything works fine up to one point: The "Sign In" form is not in a popup, but it covers the entire main region of the BlazeLayout.
How do you get the Sign In form in a popup?
My code is at GitHub.
One more observation: if I use
{{> atForm}}
the Sign In popup is always shown (and twice as I call the Sign In function).Thank you.
Tommaso
The text was updated successfully, but these errors were encountered: