|
5 | 5 | <b-col md="6" sm="8"> |
6 | 6 | <b-card no-body class="mx-4"> |
7 | 7 | <b-card-body class="p-4"> |
8 | | - <h1>Register</h1> |
9 | | - <p class="text-muted">Create your account</p> |
10 | | - <b-input-group class="mb-3"> |
11 | | - <b-input-group-prepend> |
12 | | - <b-input-group-text><i class="icon-user"></i></b-input-group-text> |
13 | | - </b-input-group-prepend> |
14 | | - <input type="text" class="form-control" placeholder="Username"> |
15 | | - </b-input-group> |
| 8 | + <b-form> |
| 9 | + <h1>Register</h1> |
| 10 | + <p class="text-muted">Create your account</p> |
| 11 | + <b-input-group class="mb-3"> |
| 12 | + <b-input-group-prepend> |
| 13 | + <b-input-group-text><i class="icon-user"></i></b-input-group-text> |
| 14 | + </b-input-group-prepend> |
| 15 | + <b-form-input type="text" class="form-control" placeholder="Username" autocomplete="username" /> |
| 16 | + </b-input-group> |
16 | 17 |
|
17 | | - <b-input-group class="mb-3"> |
18 | | - <b-input-group-prepend> |
19 | | - <b-input-group-text>@</b-input-group-text> |
20 | | - </b-input-group-prepend> |
21 | | - <input type="text" class="form-control" placeholder="Email"> |
22 | | - </b-input-group> |
| 18 | + <b-input-group class="mb-3"> |
| 19 | + <b-input-group-prepend> |
| 20 | + <b-input-group-text>@</b-input-group-text> |
| 21 | + </b-input-group-prepend> |
| 22 | + <b-form-input type="text" class="form-control" placeholder="Email" autocomplete="email" /> |
| 23 | + </b-input-group> |
23 | 24 |
|
24 | | - <b-input-group class="mb-3"> |
25 | | - <b-input-group-prepend> |
26 | | - <b-input-group-text><i class="icon-lock"></i></b-input-group-text> |
27 | | - </b-input-group-prepend> |
28 | | - <input type="password" class="form-control" placeholder="Password"> |
29 | | - </b-input-group> |
| 25 | + <b-input-group class="mb-3"> |
| 26 | + <b-input-group-prepend> |
| 27 | + <b-input-group-text><i class="icon-lock"></i></b-input-group-text> |
| 28 | + </b-input-group-prepend> |
| 29 | + <b-form-input type="password" class="form-control" placeholder="Password" autocomplete="new-password" /> |
| 30 | + </b-input-group> |
30 | 31 |
|
31 | | - <b-input-group class="mb-4"> |
32 | | - <b-input-group-prepend> |
33 | | - <b-input-group-text><i class="icon-lock"></i></b-input-group-text> |
34 | | - </b-input-group-prepend> |
35 | | - <input type="password" class="form-control" placeholder="Repeat password"> |
36 | | - </b-input-group> |
| 32 | + <b-input-group class="mb-4"> |
| 33 | + <b-input-group-prepend> |
| 34 | + <b-input-group-text><i class="icon-lock"></i></b-input-group-text> |
| 35 | + </b-input-group-prepend> |
| 36 | + <b-form-input type="password" class="form-control" placeholder="Repeat password" autocomplete="new-password" /> |
| 37 | + </b-input-group> |
37 | 38 |
|
38 | | - <b-button variant="success" block>Create Account</b-button> |
| 39 | + <b-button variant="success" block>Create Account</b-button> |
| 40 | + </b-form> |
39 | 41 | </b-card-body> |
40 | 42 | <b-card-footer class="p-4"> |
41 | 43 | <b-row> |
|
0 commit comments