mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-21 02:57:54 +08:00
14 lines
327 B
Plaintext
14 lines
327 B
Plaintext
@model string
|
|
|
|
<div class="page-header">
|
|
<h1>
|
|
User Code
|
|
</h1>
|
|
<p>
|
|
Please enter the code displayed on your device
|
|
</p>
|
|
<form asp-action="UserCodeCapture" method="post">
|
|
<input for="userCode" name="userCode" />
|
|
<button class="btn btn-primary">Submit</button>
|
|
</form>
|
|
</div> |