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 36f9efcf60b06cdb43e109aeed4b7f4ef06a9fbe Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Thu Oct 26 12:15:24 2017 +0200 correction authentification tiers --- pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 31282eed..ae071172 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 @@ -70,7 +70,6 @@ require("./popup/GtuChangeModal.tag.html"); </route> <route path=""> - <FilterLoginProvider/> <Authorization connected-if-required="true"> <ContentLoader path={parent.parent.parent.homePage}/> </Authorization> @@ -236,6 +235,11 @@ require("./popup/GtuChangeModal.tag.html"); <route path="signin.."> <SignInAction/> </route> + + <route path=".."> + <FilterLoginProvider/> + </route> + </router> <SignIn ref="signIn"/> </div> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.