diff --git a/static/components/merchant-tab.js b/static/components/merchant-tab.js index 9595c86..d993bd4 100644 --- a/static/components/merchant-tab.js +++ b/static/components/merchant-tab.js @@ -19,9 +19,7 @@ window.app.component('merchant-tab', { 'merchant-deleted', 'toggle-merchant-state', 'restart-nostr-connection', - 'profile-updated', - 'import-key', - 'generate-key' + 'profile-updated' ], data: function () { return { diff --git a/templates/nostrmarket/components/merchant-tab.html b/templates/nostrmarket/components/merchant-tab.html index 8ce6624..497478a 100644 --- a/templates/nostrmarket/components/merchant-tab.html +++ b/templates/nostrmarket/components/merchant-tab.html @@ -64,25 +64,6 @@ - - - - - - - Import Existing Key - Use an existing nsec - - - - - - - - Generate New Key - Create a fresh nsec - - @@ -367,89 +365,6 @@ - - - - - - - Import - Cancel - - - - - - - - - - Generate New Key - - Public Key (npub) - - - - - - - - - - Private Key (nsec) - - - - - - - - - - Never share your private key! - - - - Create Merchant - Cancel - - - {% endblock%}{% block scripts %} {{ window_vars(user) }}