Skip to content

Commit e8c06ec

Browse files
committed
fixup! chore(connect): add missing capabilities to config
1 parent 4466861 commit e8c06ec

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

packages/connect/src/data/config.ts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,12 +223,20 @@ export const config = {
223223
},
224224
{
225225
capabilities: ['tutorial'],
226-
methods: ['showDeviceTutorial', 'authenticateDevice'],
226+
methods: ['showDeviceTutorial'],
227+
min: {
228+
T1B1: '0',
229+
T2T1: '0',
230+
T3T1: '2.8.0',
231+
},
232+
},
233+
{
234+
capabilities: ['tutorial'],
235+
methods: ['authenticateDevice'],
227236
min: {
228237
T1B1: '0',
229238
T2T1: '0',
230239
T3T1: '2.8.0',
231-
T3W1: '0',
232240
},
233241
},
234242
{

0 commit comments

Comments
 (0)