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

Authentication is not propagated when remember me is not checked (#45) #57

Merged
merged 2 commits into from
Dec 14, 2013
Merged

Conversation

jmirc
Copy link
Member

@jmirc jmirc commented Dec 14, 2013

No description provided.

@@ -42,7 +42,7 @@
authenticate: function() {
$http.get('/app/rest/authenticate')
.success(function (data, status, headers, config) {
$rootScope.$broadcast('event:auth-auth-confirmed');
$rootScope.$broadcast('event:auth-authConfirmed');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah ok!

jdubois added a commit that referenced this pull request Dec 14, 2013
Authentication is not propagated when remember me is not checked (#45)
@jdubois jdubois merged commit 2784c68 into jhipster:master Dec 14, 2013
@jdubois jdubois modified the milestone: Untracked PRs Oct 21, 2015
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

Successfully merging this pull request may close these issues.

2 participants