branch hotfix/3.0.1 updated (567aa0d1 -> ca08eafd)
This is an automated email from the git hooks/post-receive script. New change to branch hotfix/3.0.1 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 567aa0d1 fixes #154 The icons to log in through 3rd party providers do not display if I want to log in after my token expires new ca08eafd réaffichage de la page après la connexion The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit ca08eafda90b3a636d34e5e5065120908febeb76 Author: Kevin Morin <morin@codelutin.com> Date: Mon Oct 2 16:23:50 2017 +0200 réaffichage de la page après la connexion Summary of changes: pollen-ui-riot-js/src/main/web/tag/SignIn.tag.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch hotfix/3.0.1 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit ca08eafda90b3a636d34e5e5065120908febeb76 Author: Kevin Morin <morin@codelutin.com> Date: Mon Oct 2 16:23:50 2017 +0200 réaffichage de la page après la connexion --- pollen-ui-riot-js/src/main/web/tag/SignIn.tag.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/SignIn.tag.html b/pollen-ui-riot-js/src/main/web/tag/SignIn.tag.html index fa32e861..fd934a6c 100644 --- a/pollen-ui-riot-js/src/main/web/tag/SignIn.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/SignIn.tag.html @@ -125,7 +125,7 @@ require("./components/HumanInput.tag.html"); this.session.signIn(this.refs.login.value, this.refs.password.value) .then(() => { - this.openSignIn = false; + this.close(); this.update(); }, (response) => { response.text().then(error => { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm