Create empty password forgotten page

This commit is contained in:
Pierre
2018-05-21 10:05:32 +02:00
parent d01b9f4803
commit b0c4971838
6 changed files with 108 additions and 0 deletions

View File

@ -1273,6 +1273,20 @@ var ComunicWeb = {
//TODO : implement
},
/**
* Password forgotten page
*/
passwordForgotten: {
/**
* Main script
*/
main: {
//TODO : implement
},
},
/**
* Logout controller
*/