From a5c6d26285cbd27843ca00d60a8d43c0cc6976cc Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Mon, 4 Nov 2024 14:44:29 -0800 Subject: [PATCH] Reset QR code if account creation fails. Start putting licenses into a list. Fix seed export notification. --- nemo-wallet.html | 41 +++++++++++++++++++++++++---------------- 1 file changed, 25 insertions(+), 16 deletions(-) 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 - - +
-- 2.34.1