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

[FIX] Fix iframe login API response (issue #8145) #8146

Merged
merged 2 commits into from
Sep 18, 2017

Conversation

astax-t
Copy link
Contributor

@astax-t astax-t commented Sep 14, 2017

@RocketChat/core

Closes #8145

Fixes iframe login API response to match what documentation says.

@CLAassistant
Copy link

CLAassistant commented Sep 14, 2017

CLA assistant check
All committers have signed the CLA.

token
if (Match.test(tokenData, String)) {
tokenData = {
tokenData
Copy link
Member

Choose a reason for hiding this comment

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

This part should be:

tokenData = {
  token: tokenData
}

@rodrigok rodrigok added this to the 0.59.0-rc.6 milestone Sep 18, 2017
@astax-t
Copy link
Contributor Author

astax-t commented Sep 18, 2017

You're absolutely right, sir. ES6 is not my strongest side, unfortunately. That's fixed now.

@rodrigok rodrigok merged commit ba8274e into RocketChat:develop Sep 18, 2017
rodrigok added a commit that referenced this pull request Sep 18, 2017
[FIX] Fix iframe login API response (issue #8145)
@astax-t astax-t deleted the issue-8145 branch September 19, 2017 08:49
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.

3 participants