Created create account form

This commit is contained in:
Pierre
2018-04-11 10:10:11 +02:00
parent b6ec8f53e2
commit 99adb1ec0a
6 changed files with 155 additions and 1 deletions

View File

@ -1065,6 +1065,15 @@ var ComunicWeb = {
displayLoginError: function(){},
},
/**
* Create account controller
*/
createAccount: {
//TODO : implement
},
/**
* Logout controller
*/