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 bd1361299dbd4a5e113274caf4a35da41cc230cb Author: Kevin Morin <morin@codelutin.com> Date: Fri Oct 27 10:58:02 2017 +0200 ajout du filtre de login sur l'url root --- pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html b/pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html index ae071172..65ea4ee9 100644 --- a/pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html @@ -53,6 +53,7 @@ require("./popup/GtuChangeModal.tag.html"); <PollenHeader/> <PollenWaiter parent-id="body-content"/> <div id="body-content" class="body-content"> + <router> <route path="signup/validate"> <Authorization> @@ -70,6 +71,7 @@ require("./popup/GtuChangeModal.tag.html"); </route> <route path=""> + <FilterLoginProvider/> <Authorization connected-if-required="true"> <ContentLoader path={parent.parent.parent.homePage}/> </Authorization> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.