refactor: update form components names

This commit is contained in:
woothu
2019-10-17 09:43:40 +02:00
parent 767a39d904
commit 0892b8cc2a
7 changed files with 104 additions and 104 deletions
+4 -4
View File
@@ -7,23 +7,23 @@
<CForm>
<h1>Register</h1>
<p class="text-muted">Create your account</p>
<CFormInput
<CInput
placeholder="Username"
prependHtml="<i class='cui-user'></i>"
autocomplete="username"
/>
<CFormInput
<CInput
placeholder="Email"
prepend-html="@"
autocomplete="email"
/>
<CFormInput
<CInput
placeholder="Password"
type="password"
prependHtml="<i class='cui-lock-locked'></i>"
autocomplete="new-password"
/>
<CFormInput
<CInput
placeholder="Repeat password"
type="password"
prependHtml="<i class='cui-lock-locked'></i>"