@@ -23,13 +23,13 @@ export default function Settings() {
23
23
alignHorizontal = "justify"
24
24
wrap = { false }
25
25
>
26
- < Box as = "label" htmlFor = "instant-auth" width = "full" >
26
+ < Box as = "label" htmlFor = "instant-connect- auth" width = "full" >
27
27
< Text size = "12px" > Bypass Connect Authorization</ Text >
28
28
</ Box >
29
29
{ /** TODO: <Checkbox> component */ }
30
30
< Box
31
31
as = "input"
32
- id = "instant-auth"
32
+ id = "instant-connect- auth"
33
33
checked = { bypassConnectAuth }
34
34
onChange = { ( e ) => {
35
35
setBypassConnectAuth ( e . target . checked )
@@ -42,13 +42,13 @@ export default function Settings() {
42
42
alignHorizontal = "justify"
43
43
wrap = { false }
44
44
>
45
- < Box as = "label" htmlFor = "instant-auth" width = "full" >
45
+ < Box as = "label" htmlFor = "instant-signature- auth" width = "full" >
46
46
< Text size = "12px" > Bypass Signature Authorization</ Text >
47
47
</ Box >
48
48
{ /** TODO: <Checkbox> component */ }
49
49
< Box
50
50
as = "input"
51
- id = "instant-auth"
51
+ id = "instant-signature- auth"
52
52
checked = { bypassSignatureAuth }
53
53
onChange = { ( e ) => {
54
54
setBypassSignatureAuth ( e . target . checked )
@@ -61,13 +61,13 @@ export default function Settings() {
61
61
alignHorizontal = "justify"
62
62
wrap = { false }
63
63
>
64
- < Box as = "label" htmlFor = "instant-auth" width = "full" >
64
+ < Box as = "label" htmlFor = "instant-transaction- auth" width = "full" >
65
65
< Text size = "12px" > Bypass Transaction Authorization</ Text >
66
66
</ Box >
67
67
{ /** TODO: <Checkbox> component */ }
68
68
< Box
69
69
as = "input"
70
- id = "instant-auth"
70
+ id = "instant-transaction- auth"
71
71
checked = { bypassTransactionAuth }
72
72
onChange = { ( e ) => {
73
73
setBypassTransactionAuth ( e . target . checked )
0 commit comments