mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-07-09 12:52:47 +00:00
Fix error
This commit is contained in:
@ -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({
|
||||||
|
Reference in New Issue
Block a user