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

signin is not fired when logging in via token #157

Merged
merged 4 commits into from
Jun 28, 2017

Conversation

sohini-roy
Copy link
Contributor

@sohini-roy sohini-roy commented Jun 27, 2017

@gr2m gr2m changed the title closes hoodiehq/camp#120 signin is not fired when logging in via token Jun 27, 2017
@gr2m gr2m self-requested a review June 28, 2017 18:07
@@ -49,7 +49,7 @@ function signIn (state, options) {
}

// If the username hasn’t changed, emit 'reauthenticate' instead of 'signin'
var emitEvent = cache.username === options.username
var emitEvent = cache.username === data.account.username
Copy link
Member

Choose a reason for hiding this comment

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

this fixes the problem 👍

package.json Outdated
@@ -57,7 +57,7 @@
"standard": "^10.0.1",
"tap-min": "^1.0.0",
"tap-spec": "^4.1.0",
"tape": "^4.2.0",
"tape": "^4.7.0",
Copy link
Member

Choose a reason for hiding this comment

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

please revert this change, otherwise it’s good to go :)

@gr2m gr2m merged commit a3d1b79 into hoodiehq:master Jun 28, 2017
@rmehner
Copy link

rmehner commented Jul 5, 2017

Thanks @sohini-roy 👍

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.

signin is not fired when logging in via token
3 participants