Fix error

This commit is contained in:
Pierre HUBERT 2018-07-03 11:39:53 +02:00
parent 0b5e50aade
commit b527b3a22d

View File

@ -51,7 +51,7 @@ ComunicWeb.pages.passwordForgotten.promptOption = {
* @param {HTMLElement} target The target of the form * @param {HTMLElement} target The target of the form
* @param {Function} callback * @param {Function} callback
*/ */
_show_options(hasSecurityQuestions, target, callback){ _show_options: function(hasSecurityQuestions, target, callback){
//Create a form //Create a form
var form = createElem2({ var form = createElem2({