source: src/FinkiChattery/FinkiChattery.Identity/Views/Device/UserCodeCapture.cshtml@ e6a6d9a

dev
Last change on this file since e6a6d9a was e6a6d9a, checked in by Стојков Марко <mst@…>, 3 years ago

Initialized FinkiChattery project

  • Property mode set to 100644
File size: 664 bytes
Line 
1@model string
2
3<div class="page-device-code">
4 <div class="lead">
5 <h1>User Code</h1>
6 <p>Please enter the code displayed on your device.</p>
7 </div>
8
9 <partial name="_ValidationSummary" />
10
11 <div class="row">
12 <div class="col-sm-6">
13 <form asp-action="UserCodeCapture">
14 <div class="form-group">
15 <label for="userCode">User Code:</label>
16 <input class="form-control" for="userCode" name="userCode" autofocus />
17 </div>
18
19 <button class="btn btn-primary" name="button">Submit</button>
20 </form>
21 </div>
22 </div>
23</div>
Note: See TracBrowser for help on using the repository browser.