简体   繁体   English

JavaScript运行时错误:“ fidoCallback”未定义

[英]JavaScript runtime error: 'fidoCallback' is undefined

I have built an asp.net application. 我已经建立了一个asp.net应用程序。 Every time I am running it, I am getting an error saying: 每次运行它时,我都会收到一条错误消息:

Unhandled exception at line 1, column 1 in script block 脚本块中第1行第1列的未处理异常

0x800a1391 - JavaScript runtime error: 'fidoCallback' is undefined 0x800a1391-JavaScript运行时错误:'fidoCallback'未定义

I have tried adding 我尝试添加

function fidoCallback(status) { } 函数fidoCallback(status){}

but it is not helping. 但这没有帮助。 Any help would be appreciated. 任何帮助,将不胜感激。

Got the actual reason behind the error. 得到了错误背后的实际原因。 It is because of the Nok Nok Labs installed. 这是因为安装了Nok Nok Labs。 Uninstall that from your extensions and then you can see that the error does not repeat. 从扩展中卸载它,然后您可以看到该错误不再发生。 No need to add fidocallback after this. 此后无需添加fidocallback。

Actually, the name of the Nok Nok Labs package is "Multifactor Authentication Client". 实际上,Nok Nok Labs软件包的名称是“ Multifactor Authentication Client”。 Just uninstall this package from "control panel/programs and features". 只需从“控制面板/程序和功能”中卸载此软件包。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM