mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Fix error
This commit is contained in:
parent
0b5e50aade
commit
b527b3a22d
@ -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({
|
||||||
|
Loading…
Reference in New Issue
Block a user