mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-05-05 04:54:53 +00:00
✨ **Nostr Login:** Enhanced error handling and removed unused auth-error event binding.
This commit is contained in:
@@ -306,8 +306,7 @@ class extends Component {
|
||||
?>
|
||||
|
||||
<div class="flex min-h-screen" x-data="nostrLogin"
|
||||
x-init="initErrorPolling"
|
||||
x-on:auth-error.window="showAuthError($event.detail)">
|
||||
x-init="initErrorPolling">
|
||||
<div class="flex-1 flex justify-center items-center">
|
||||
<div class="w-80 max-w-80 space-y-6">
|
||||
<!-- Logo -->
|
||||
|
||||
Reference in New Issue
Block a user