-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Router jumps to home page if login dialog is used in a modal #12
Comments
i think you can set that see https://github.com/meteor-useraccounts/core/blob/master/Guide.md |
For At the moment that's not the same for @jshimko do you have any memory about this change we had during the split of routing stuff? Should we rename |
Thanks for taking action on this, highly appreciated! |
@splendido @derwaldgeist Yeah, I guess that one just flew under the radar when we were making the conversion. I'll take a closer look and see if I can get it sorted out. |
Thanks for picking this up! |
This should be solved now, thanks @jshimko! |
Oh, great, will have a look at it! Thanks. |
I am using the approach of @Maxhodges to use the login dialog in a modal dialog, like explained here:
meteor-useraccounts/bootstrap#25
Yet, every time the user logs in, flow router automatically jumps to the home page of my application instead of staying on the current page. It does not behave this way if I am using the standard full-page login dialog, so my flow router configuration seems to be correct and it must have something to do with the useraccounts package itself (either core or flowrouting).
The text was updated successfully, but these errors were encountered: