You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ponymail.apache.org by GitBox <gi...@apache.org> on 2018/02/02 17:41:58 UTC

[GitHub] sbp opened a new pull request #431: Use correct dependency order to fix OAuth login problem

sbp opened a new pull request #431: Use correct dependency order to fix OAuth login problem
URL: https://github.com/apache/incubator-ponymail/pull/431
 
 
   OAuth login does not presently work if configured in `config.js`. The issue is that constructing OAuth login URLs in `oauth.html` requires the data in `config.js` to be manipulated by the code in `oauth.js`, but the dependencies are in the wrong order in `oauth.html`. This branch and pull request fixes that dependency order to enable OAuth to work properly.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services