summaryrefslogtreecommitdiffstats
path: root/app/acf-util/password-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'app/acf-util/password-html.lsp')
-rwxr-xr-xapp/acf-util/password-html.lsp2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/acf-util/password-html.lsp b/app/acf-util/password-html.lsp
index 8b6d563..5f081c3 100755
--- a/app/acf-util/password-html.lsp
+++ b/app/acf-util/password-html.lsp
@@ -11,8 +11,6 @@ io.write("</span>")
<H1><?= form.label ?></H1>
<?
- form.action = ""
- form.submit = "Save"
if form.value.password and form.value.password_confirm then
form.value.password.type = "password"
form.value.password_confirm.type = "password"