Skip to content

Commit

Permalink
file filter to import
Browse files Browse the repository at this point in the history
  • Loading branch information
Flemmli97 committed Dec 19, 2024
1 parent 438235d commit 7d1894e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/layouts/login/ImportAccount.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,14 @@
<FileInput
bind:this={passphraseUpload}
hidden
allowed={"text/plain"}
on:select={e => {
readPassphrase(e.detail)
}} />
<FileInput
bind:this={accountUpload}
hidden
allowed={".upk"}
on:select={e => {
importAccount(e.detail)
}} />
Expand Down

0 comments on commit 7d1894e

Please sign in to comment.