fix: Explicitly set persistent to false on UModal in LoginModal.vue

This commit is contained in:
Ryderjj89
2025-10-01 19:50:21 -04:00
parent fb2cf9a08f
commit 4aa7198406

View File

@@ -1,6 +1,6 @@
<template>
<Teleport to="body">
<UModal v-model="isOpen" :ui="{ width: 'sm:max-w-md' }" class="login-modal">
<UModal v-model="isOpen" :ui="{ width: 'sm:max-w-md' }" class="login-modal" :persistent="false">
<UCard>
<template #header>
<h3 class="text-lg font-semibold text-gray-900">Admin Login</h3>