2
0
mirror of https://github.com/esiur/esiur-js.git synced 2025-06-27 07:13:12 +00:00
This commit is contained in:
2024-06-24 19:45:19 +03:00
parent b34d3e57bf
commit aa44f93972
5 changed files with 10 additions and 10 deletions

View File

@ -8,7 +8,6 @@
function authenticator(x)
{
debugger;
let challenge = prompt(x.clue);
if (challenge != null) {
return new Esiur.Core.AsyncReply(parseInt(challenge));