await selectAccount()
} catch (err) {
accountSelect.value = ''
+ resetQrCode()
option?.remove()
console.error(err)
notify.error(`Error creating account`)
await wallet.unlock(password)
const seed = wallet.seed
await wallet.lock(password)
- return seed
+ notify.info(seed)
} catch (err) {
console.error(err)
notify.error(`Error exporting seed`)
</div>
<article>
<h2>Licenses</h2>
- <cite>
- <a href="https://zoso.dev/?p=libnemo.git;a=blob_plain;f=LICENSES/GPL-3.0-or-later.txt;hb=refs/heads/main">
- libnemo GPLv3 License
- </a>
- </cite>
- <cite>
- <a href="https://zoso.dev/?p=libnemo.git;a=blob_plain;f=LICENSES/MIT.txt;hb=refs/heads/main">
- libnemo MIT License
- </a>
- </cite>
- <cite>
- <a href="https://github.com/twbs/icons/blob/main/LICENSE">
- Bootstrap Icons MIT License
- </a>
- </cite>
+ <ul>
+ <li>
+ <cite>
+ <a href="https://zoso.dev/?p=libnemo.git;a=blob_plain;f=LICENSES/GPL-3.0-or-later.txt;hb=refs/heads/main">
+ libnemo GPLv3 License
+ </a>
+ </cite>
+ </li>
+ <li>
+ <cite>
+ <a href="https://zoso.dev/?p=libnemo.git;a=blob_plain;f=LICENSES/MIT.txt;hb=refs/heads/main">
+ libnemo MIT License
+ </a>
+ </cite>
+ </li>
+ <li>
+ <cite>
+ <a href="https://github.com/twbs/icons/blob/main/LICENSE">
+ Bootstrap Icons MIT License
+ </a>
+ </cite>
+ </li>
+ </ul>
</article>
</div>
</main>