mirror of
https://github.com/danbulant/ester_os
synced 2026-06-15 20:31:17 +00:00
Add username fieald & add ids
This commit is contained in:
parent
1777fee9a1
commit
4f4415e6dc
1 changed files with 2 additions and 1 deletions
|
|
@ -55,7 +55,8 @@ class Login extends React.Component{
|
|||
<img className="avatar" alt="avatar" />
|
||||
</div>
|
||||
<div className="password-holder">
|
||||
<input type="password" className="password" />
|
||||
<input type="text" className="username" id="loginPage-username" />
|
||||
<input type="password" className="password" id="loginPage-password" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue