File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,33 +9,33 @@ export const registerFormControls = [
9
9
{
10
10
name : "email" ,
11
11
label : "Email" ,
12
-
12
+ placeholder : "Enter your email " ,
13
13
componentType : "input" ,
14
14
type : "email" ,
15
15
} ,
16
16
{
17
17
name : "password" ,
18
18
label : "Password" ,
19
- placeholder : "12345 " ,
19
+ placeholder : "Enter your password " ,
20
20
componentType : "input" ,
21
- type : "test " ,
21
+ type : "password " ,
22
22
} ,
23
23
] ;
24
24
25
25
export const loginFormControls = [
26
26
{
27
27
name : "email" ,
28
28
label : "Email" ,
29
- placeholder : "Enter your email " ,
29
+
30
30
componentType : "input" ,
31
31
type : "email" ,
32
32
} ,
33
33
{
34
34
name : "password" ,
35
35
label : "Password" ,
36
- placeholder : "Enter your password " ,
36
+ placeholder : "12345 " ,
37
37
componentType : "input" ,
38
- type : "password " ,
38
+ type : "text " ,
39
39
} ,
40
40
] ;
41
41
You can’t perform that action at this time.
0 commit comments