mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-01-24 12:03:17 +00:00
🛠️ Clean up Blade syntax and JS attribute bindings in login.blade.php for improved readability and consistency
This commit is contained in:
@@ -210,7 +210,7 @@ class extends Component {
|
|||||||
|
|
||||||
<div class="flex min-h-screen" x-data="nostrLogin"
|
<div class="flex min-h-screen" x-data="nostrLogin"
|
||||||
x-init="initErrorPolling"
|
x-init="initErrorPolling"
|
||||||
@auth-error.window="showAuthError($event.detail)">
|
x-on:auth-error.window="showAuthError($event.detail)">
|
||||||
<div class="flex-1 flex justify-center items-center">
|
<div class="flex-1 flex justify-center items-center">
|
||||||
<div class="w-80 max-w-80 space-y-6">
|
<div class="w-80 max-w-80 space-y-6">
|
||||||
<!-- Logo -->
|
<!-- Logo -->
|
||||||
|
|||||||
Reference in New Issue
Block a user