aboutsummaryrefslogtreecommitdiff
path: root/tmpl.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-23 14:02:37 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-23 14:02:37 +0800
commitc9b9ca55d0d1403f4b331db6d148d26b0ed5c407 (patch)
tree16f61c2fbc380015b6fa1d76b55b7905c3ac6938 /tmpl.go
parentMore CSS updates (diff)
downloadpowxy-c9b9ca55d0d1403f4b331db6d148d26b0ed5c407.tar.gz
powxy-c9b9ca55d0d1403f4b331db6d148d26b0ed5c407.tar.zst
powxy-c9b9ca55d0d1403f4b331db6d148d26b0ed5c407.zip
Disable the readonly input box
Diffstat (limited to 'tmpl.go')
-rw-r--r--tmpl.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl.go b/tmpl.go
index 64101c0..fb63907 100644
--- a/tmpl.go
+++ b/tmpl.go
@@ -185,7 +185,7 @@ for the JavaScript code in this page.
<section>
<p>Select a nonce no longer than 32 bytes, such that when it is appended to the decoded form of the challenge token, and the entire result is hashed with SHA-256, the first {{ .Global.NeedBits }} bits of the SHA-256 hash are all zeros. Within one octet, higher bits are considered to come before lower bits.</p>
<label for="unsigned-token">Challenge token (read-only)</label>
- <input id="unsigned-token" type="text" readonly tabindex="-1" value="{{ .UnsignedTokenBase64 }}" />
+ <input id="unsigned-token" type="text" readonly disabled tabindex="-1" value="{{ .UnsignedTokenBase64 }}" />
</section>
<section>