Fix modal visibility and database path issues for Docker deployment

This commit is contained in:
Ryderjj89
2025-09-29 20:05:49 -04:00
parent d235f8cd55
commit 8b35f8cacf
4 changed files with 39 additions and 15 deletions

View File

@@ -78,8 +78,9 @@
</div>
</main>
<!-- Login Modal -->
<!-- Login Modal - Only show when triggered -->
<LoginModal
v-if="showLoginModal"
v-model="showLoginModal"
@success="handleLoginSuccess"
/>