diff --git a/src/components/AuthModal.vue b/src/components/AuthModal.vue index 7840d2d..df47927 100644 --- a/src/components/AuthModal.vue +++ b/src/components/AuthModal.vue @@ -12,6 +12,57 @@ + + + + + + + + Back + + + + {{ errorMessage }} + + + Remote Signer + Scan the QR code with your phone to sign in + + + + + + Generating QR... + + + + + Waiting for signer... + + + + + + + + {{ remoteSignerCopyText }} + + + + Use Primal, Amber, or any Nostr Connect signer app + + + + + + @@ -54,38 +105,54 @@ - + - - - {{ nostrConnectLoading ? 'Waiting for Primal...' : 'Login with Nostr (Primal)' }} - + + + + Remote Signer + + - - Tap below to open Primal and sign in: - - - Open Primal - + {{ nostrConnectLoading ? 'Waiting...' : 'Remote Signer' }} + + + + Tap below to open your signer app: + + + + Open Signer App + + @@ -257,6 +324,7 @@ {{ mode === 'register' ? 'Sign in' : 'Sign up' }} + @@ -325,6 +393,7 @@
Scan the QR code with your phone to sign in
+ Waiting for signer... +
+ Use Primal, Amber, or any Nostr Connect signer app +
- Tap below to open Primal and sign in: -
+ Tap below to open your signer app: +