mirror of
https://github.com/esiur/esiur-js.git
synced 2025-06-27 07:13:12 +00:00
fix
This commit is contained in:
@ -8,7 +8,6 @@
|
||||
|
||||
function authenticator(x)
|
||||
{
|
||||
debugger;
|
||||
let challenge = prompt(x.clue);
|
||||
if (challenge != null) {
|
||||
return new Esiur.Core.AsyncReply(parseInt(challenge));
|
||||
|
Reference in New Issue
Block a user