From: Chris Duncan Date: Mon, 4 Nov 2024 22:44:29 +0000 (-0800) Subject: Reset QR code if account creation fails. Start putting licenses into a list. Fix... X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=HEAD;p=nemo-wallet.git Reset QR code if account creation fails. Start putting licenses into a list. Fix seed export notification. --- diff --git a/nemo-wallet.html b/nemo-wallet.html index aed506d..cb549e9 100644 --- a/nemo-wallet.html +++ b/nemo-wallet.html @@ -497,6 +497,7 @@ await selectAccount() } catch (err) { accountSelect.value = '' + resetQrCode() option?.remove() console.error(err) notify.error(`Error creating account`) @@ -658,7 +659,7 @@ 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`) @@ -1112,21 +1113,29 @@

Licenses

- - - libnemo GPLv3 License - - - - - libnemo MIT License - - - - - Bootstrap Icons MIT License - - +