Skip to content
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

redirect after successful login fails if query string is null #110

Open
Kyii opened this issue Apr 1, 2014 · 0 comments
Open

redirect after successful login fails if query string is null #110

Kyii opened this issue Apr 1, 2014 · 0 comments

Comments

@Kyii
Copy link

Kyii commented Apr 1, 2014

just to let you know. i came across this in my project, but i could reproduce it in the ultimate-seed heroku hosted version.

if the url query string is null the redirect after a successful login fails.
in 149 client/js/auth/services/auth.js i had to change

} else if (!!redirect) {
        _o.$state.go('app.account.summary');

TO

} else {
        _o.$state.go('app.account.summary');

because i dont know exactly why the redirect fails.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant