Differences From Artifact [cc4592543f]:
- File view/login-challenge.tpl — part of check-in [0d10a378e9] at 2021-01-11 01:53:23 on branch trunk — add auth docs and rsa auth (user: lexi, size: 413) [annotate] [blame] [check-ins using]
To Artifact [be2d94bab1]:
- File view/login-challenge.tpl — part of check-in [1ba4bbc92f] at 2021-01-11 23:33:55 on branch trunk — various cleanups, notices no longer originated from self (user: lexi, size: 428) [annotate] [blame] [check-ins using]
5 5 </div> 6 6 <div class="msg">@challenge</div> 7 7 <form action="/login" method="post"> 8 8 <label for="response">@label</label> 9 9 <input type="hidden" name="user" value="@:handle"> 10 10 @inputfield 11 11 <button type="submit" name="authmethod" value="@method">authenticate</button> 12 - <a href="/login">cancel</a> 12 + <a class="button" href="/login">cancel</a> 13 13 </form> 14 14 </div>