We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00413a5 commit a334844Copy full SHA for a334844
src/views/Onboard.svelte
@@ -2,6 +2,7 @@
2
import WalletSelect from './WalletSelect.svelte'
3
import WalletCheck from './WalletCheck.svelte'
4
import accountSelect from '../modules/check/accounts'
5
+ import derivationPath from '../modules/check/derivation-path'
6
import { app } from '../stores'
7
8
import {
@@ -48,5 +49,5 @@
48
49
{/if}
50
51
{#if $app.accountSelectInProgress}
- <WalletCheck modules={[accountSelect()]} />
52
+ <WalletCheck modules={[derivationPath(), accountSelect()]} />
53
0 commit comments