diff --git a/resources/views/auth/mobile-nostr-launch.blade.php b/resources/views/auth/mobile-nostr-launch.blade.php index 5608c64..1c636cb 100644 --- a/resources/views/auth/mobile-nostr-launch.blade.php +++ b/resources/views/auth/mobile-nostr-launch.blade.php @@ -8,7 +8,6 @@ body { margin: 0; min-height: 100dvh; display: flex; align-items: center; justify-content: center; background: #09090b; color: #fafafa; font-family: ui-sans-serif, system-ui, sans-serif; } .card { text-align: center; padding: 2rem; max-width: 22rem; } - .logo { width: 5rem; height: 5rem; margin: 0 auto 1.5rem; } h1 { font-size: 1.25rem; margin: 0 0 .5rem; } p { color: #a1a1aa; line-height: 1.5; } button.launch { margin-top: 1.5rem; width: 100%; padding: 1rem 1.25rem; border: 0; border-radius: .75rem; @@ -19,16 +18,18 @@

{{ __('Anmeldung mit Nostr') }}

{{ __('Tippe auf den Button, um die Anmeldung mit deinem Nostr-Signer (z. B. Amber) zu signieren.') }}

- {{-- The signer MUST be launched from a user gesture: browsers only - attach the EXTRA_APPLICATION_ID that routes Amber into its - web-signing flow when the external-app launch is user-initiated. - An auto-redirect on load is rejected by Amber as malformed. --}} + {{-- Must be launched from a user gesture (browsers only dispatch the + external-app intent on user activation). --}}