免输入登录功能提交

This commit is contained in:
2022-08-08 10:25:55 +08:00
parent eff07c4f72
commit 6e4faf0865
5 changed files with 57 additions and 4 deletions

View File

@ -25,6 +25,9 @@
@include("common.form_error")
<div class="block my-2 text-center">
<input class="px-6 py-2 inline-block rounded-full bg-cyan-600 text-white" type="submit" value="登录">
<a class="px-6 py-2 inline-block rounded-full bg-cyan-600 text-white" href="{{ url(route("login.webauthn")) }}">
免输入登录<sup class="text-xs bg-yellow-600 text-white">Alpha</sup>
</a>
</div>
</form>
@include("common.footer")