Prompt user email on password reset

This commit is contained in:
Pierre
2018-05-21 10:40:44 +02:00
parent b0c4971838
commit 683a8eb0e6
5 changed files with 122 additions and 0 deletions

View File

@ -1285,6 +1285,13 @@ var ComunicWeb = {
//TODO : implement
},
/**
* Ask user email step
*/
promptEmail: {
//TODO : implement
}
},
/**