Skip to content

Commit

Permalink
chore: add approval layout to modal
Browse files Browse the repository at this point in the history
  • Loading branch information
Cussone committed Nov 13, 2024
1 parent 010f3fc commit bac6372
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/modal/Modal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import Header from "./components/Header.svelte"
import WalletList from "./layouts/WalletList.svelte"
import Connecting from "./layouts/Connecting.svelte"
import ArgentMobileApproval from "./layouts/argent/ArgentMobileApproval.svelte"
import ArgentMobileQR from "./layouts/argent/ArgentMobileQR.svelte"
import FailedLogin from "./layouts/FailedLogin.svelte"
import SuccessfulLogin from "./layouts/SuccessfulLogin.svelte"
Expand Down Expand Up @@ -132,6 +133,8 @@
/>
{:else if layout === Layout.qrCode}
<ArgentMobileQR handleInstallClick={() => setLayout(Layout.download)} />
{:else if layout === Layout.approval}
<ArgentMobileApproval />
{:else if layout === Layout.download}
<DownloadWallet
store={getStoreVersionFromBrowser()}
Expand Down

0 comments on commit bac6372

Please # to comment.