Skip to content

Commit a334844

Browse files
committed
Add derivation path module to accountSelect
1 parent 00413a5 commit a334844

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/views/Onboard.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import WalletSelect from './WalletSelect.svelte'
33
import WalletCheck from './WalletCheck.svelte'
44
import accountSelect from '../modules/check/accounts'
5+
import derivationPath from '../modules/check/derivation-path'
56
import { app } from '../stores'
67
78
import {
@@ -48,5 +49,5 @@
4849
{/if}
4950

5051
{#if $app.accountSelectInProgress}
51-
<WalletCheck modules={[accountSelect()]} />
52+
<WalletCheck modules={[derivationPath(), accountSelect()]} />
5253
{/if}

0 commit comments

Comments
 (0)