This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit fd992b8a9e9792e96a60f40b97236651d59dc460 Author: Kevin Morin <morin@codelutin.com> Date: Tue Sep 19 11:14:49 2017 +0200 correction de l'url de profile --- README.md | 4 ++-- pollen-ui-riot-js/src/main/web/js/Session.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 35d19df0..de7f90a6 100644 --- a/README.md +++ b/README.md @@ -90,5 +90,5 @@ Pour activer la connexion à partir de ces services, vous devez obtenir une clé que vous voulez activer. Ils pourront vous demander le nom de domaine sur lequel est installée votre instance de Pollen, mais également les URLs de redirection à autoriser (c'est notamment le cas pour Google Plus). Les URLs utilisées dans Pollen sont : -- http(s)://{*url de l'instance Pollen*}/?loginProvider=*id du service*/&action=signin -- http(s)://{*url de l'instance Pollen*}/?loginProvider=*id du service*/&action=link \ No newline at end of file +- http(s)://{*url de l'instance Pollen*}/?loginProvider=*id du service*&action=signin +- http(s)://{*url de l'instance Pollen*}/?loginProvider=*id du service*&action=link \ No newline at end of file diff --git a/pollen-ui-riot-js/src/main/web/js/Session.js b/pollen-ui-riot-js/src/main/web/js/Session.js index 9155c4eb..ad891a7d 100644 --- a/pollen-ui-riot-js/src/main/web/js/Session.js +++ b/pollen-ui-riot-js/src/main/web/js/Session.js @@ -48,7 +48,7 @@ class Session { pollEditUrl: window.location.origin + "/#poll/{pollId}/summary/{token}", resourceUrl: this.configuration.endPoint + "/v1/resources/{resourceId}", resourceDownloadUrl: this.configuration.endPoint + "/v1/resources/{resourceId}/download", - profileUrl: this.configuration.endPoint + "/#user/profile" + profileUrl: window.location.origin + "/#user/profile" }; // pour contenir les traductions this.i18n = { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.