File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 17
17
margin-top : 1em ;
18
18
}
19
19
20
- .login-form > .field > .input {
20
+ .login-form > .field > .password {
21
21
border : 1px solid # b6b6b6 ;
22
22
box-sizing : border-box;
23
23
padding : 1em ;
24
24
flex : 1 ;
25
25
}
26
26
27
+ .login-form > .field > .user {
28
+ display : none;
29
+ }
30
+
27
31
.login-form > .field > .submit {
28
32
background-color : transparent;
29
33
border : 1px solid # b6b6b6 ;
Original file line number Diff line number Diff line change @@ -40,9 +40,10 @@ export const Login: React.FunctionComponent<LoginProps> = (props) => {
40
40
< div className = "sub" > Please log in below</ div >
41
41
</ div >
42
42
< div className = "field" >
43
+ < input className = "user" type = "text" autoComplete = "username" />
43
44
< input
44
45
autoFocus
45
- className = "input "
46
+ className = "password "
46
47
type = "password"
47
48
placeholder = "password"
48
49
autoComplete = "current-password"
You can’t perform that action at this time.
0 commit comments