mirror of https://github.com/dirtbags/moth.git
Make example token easier to understand
This commit is contained in:
parent
7b2bfb3930
commit
29b1fadcb0
|
@ -27,10 +27,11 @@
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2>Claim Token</h2>
|
<h2>Claim Token</h2>
|
||||||
|
<p>Tokens look like <samp>foo:xabab-babab-babax</samp>.</p>
|
||||||
<form action="claim.cgi" method="post">
|
<form action="claim.cgi" method="post">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
team hash:<input name="t" size="8">
|
team hash:<input name="t" size="8">
|
||||||
token:<input name="k" size="30" value="example:xabab-babab-babax">
|
token:<input name="k" size="30">
|
||||||
<input type="submit" value="claim">
|
<input type="submit" value="claim">
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in New Issue