This commit is contained in:
Urko 2023-07-02 23:28:38 +02:00
parent bf700eeeb3
commit 0933174ea1
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ func (p ArcherAx50) Login(user, pass string) error {
v.focus(); v.focus();
v.value="` + pass + `"; v.value="` + pass + `";
}) })
return log; return '';
}`, }`,
}) })