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: Refactor login-form according to flask jwt extended changes #3301

Merged
merged 1 commit into from
Jul 23, 2019

Conversation

abhinavk96
Copy link
Contributor

Fixes #3300

Refactors the login form according to flask jwt extended related refactor on the server to fix the tests,
and update the syntax in general.

@auto-label auto-label bot added the fix label Jul 21, 2019
@abhinavk96 abhinavk96 requested a review from niranjan94 July 21, 2019 23:51
window.location.replace(response.url);
});
let response = await this.loader.load('/auth/oauth/facebook');
window.location.replace(response.url);
Copy link
Member

Choose a reason for hiding this comment

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

@CosmicCoder96 Do we need it for now, as O-auth is not implemented properly on server

@abhinavk96 abhinavk96 merged commit ae7ad3b into fossasia:development Jul 23, 2019
@abhinavk96 abhinavk96 deleted the beta branch July 23, 2019 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Flask JWT extended: Incorrect login test failing after refactor. Travis is failing
2 participants