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 d4cab6294dd7fb3ae7e72e0fc7f3cde928c8ac4f Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Tue Oct 17 11:35:00 2017 +0200 correction des mails pour la création de compte --- pollen-ui-riot-js/src/main/web/js/AuthService.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-ui-riot-js/src/main/web/js/AuthService.js b/pollen-ui-riot-js/src/main/web/js/AuthService.js index 188b1045..b1ab27b2 100644 --- a/pollen-ui-riot-js/src/main/web/js/AuthService.js +++ b/pollen-ui-riot-js/src/main/web/js/AuthService.js @@ -52,7 +52,7 @@ class AuthService extends FetchService { signUp(user) { let user1 = { name: user.name, - email: user.email, + defaultEmailAddress: {emailAddress: user.email}, password: user.password, gtuValidated: user.gtuValidated }; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.