]> gitweb.michael.orlitzky.com - charm-bypass.git/commitdiff
index.html.in: add blank value="" attrs after name="code" on inputs
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 17 Nov 2023 21:34:20 +0000 (16:34 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 17 Nov 2023 21:34:20 +0000 (16:34 -0500)
This will make it easy/safe to use sed every night at 3am to reset
the daily security code (if we typed one in the day before).

index.html.in

index da112c0ccbd2a830bed374fa511e9a631f3cdb44..94bc2a2829e0f37704eb8b1cea2695e1a2e15f46 100644 (file)
               Daily security code (<a href="https://michael.orlitzky.com/articles/charmbypass_pt._1%3A_introduction.xhtml#daily-security-code">optional</a>):
             </label>
             <input id="code1"
-                   name="code"
+                   name="code" value=""
                    type="text"
                    size="2"
                    minlength="2"
               Daily security code (<a href="https://michael.orlitzky.com/articles/charmbypass_pt._1%3A_introduction.xhtml#daily-security-code">optional</a>):
             </label>
             <input id="code2"
-                   name="code"
+                   name="code" value=""
                    type="text"
                    size="2"
                    minlength="2"
               Daily security code (<a href="https://michael.orlitzky.com/articles/charmbypass_pt._1%3A_introduction.xhtml#daily-security-code">optional</a>):
             </label>
             <input id="code3"
-                   name="code"
+                   name="code" value=""
                    type="text"
                    size="2"
                    minlength="2"