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
+2 -2
View File
@@ -8,12 +8,12 @@
<CForm>
<h1>Login</h1>
<p class="text-muted">Sign In to your account</p>
<CFormInput
<CInput
prependHtml="<i class='cui-user'></i>"
placeholder="Username"
autocomplete="username email"
/>
<CFormInput
<CInput
prependHtml="<i class='cui-lock-locked'></i>"
placeholder="Password"
type="password"