summaryrefslogtreecommitdiffstats
path: root/app/acf-util/logon-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'app/acf-util/logon-html.lsp')
-rw-r--r--app/acf-util/logon-html.lsp2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/acf-util/logon-html.lsp b/app/acf-util/logon-html.lsp
index c4d4bd3..22deb4d 100644
--- a/app/acf-util/logon-html.lsp
+++ b/app/acf-util/logon-html.lsp
@@ -6,8 +6,6 @@
<h1><?= form.label ?></h1>
<?
- form.action = "logon"
- form.submit = "Logon"
form.value.password.type = "password"
local order = { "userid", "password" }
displayform(form, order)