We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca901f commit 512a152Copy full SHA for 512a152
secure/token-generator.md
@@ -16,10 +16,10 @@ Use this form to generate a token for the urgent contact form.
16
</fieldset>
17
<button type="submit" style="margin-bottom:1em">Generate Token</button>
18
</form>
19
-<p>Your token is: <pre style="display:inline" id="token-value">...</pre></p>
+<p>Your token is:</p>
20
+<pre style="display:inline" id="token-value">...</pre>
21
-
22
-<form id="token-verification-form">
+<form id="token-verification-form" style="margin-top:0.5em">
23
<fieldset style="margin-bottom:1em">
24
<label for="name" style="display:inline-block; margin-bottom:0.5em">Token:</label>
25
<input type="text" name="token" id="token" placeholder="Token" style="box-sizing:border-box; width:100%; max-width:20em" required>
0 commit comments