Differences From
Artifact [a2babc26c2]:
1 1 <hr>
2 2 <form method="post">
3 3 <p>this account can currently be accessed with the credentials listed below. if you fear a credential has been compromised, you can revoke or reset it.</p>
4 - <select size="6" name="cred">
4 + <select size="6" name="cred" required>
5 5 @credlist
6 6 </select>
7 7 <menu class="horizontal choice">
8 8 <button name="act" value="reset">reset</button>
9 9 <button name="act" value="revoke">revoke</button>
10 10 @?auth
11 11 </menu>