mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-21 10:11:08 -05:00
Restored to '20442f595c8df2c8347249ade7f015b7ae566474'
Replit-Restored-To: 20442f595c8df2c8347249ade7f015b7ae566474
This commit is contained in:
@@ -12,10 +12,9 @@ Matches React frontend AuthDialog functionality with modal-based auth
|
||||
x-data="authModal"
|
||||
x-show="open"
|
||||
x-cloak
|
||||
x-init="window.authModal = $data; console.log('Auth modal initialized and exposed globally')"
|
||||
x-init="window.authModal = $data"
|
||||
class="fixed inset-0 z-50 flex items-center justify-center"
|
||||
@keydown.escape.window="close()"
|
||||
style="display: none;"
|
||||
>
|
||||
<!-- Modal Overlay -->
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user