chore: Update password form submission in modal-confirmation component
This commit is contained in:
parent
4f4453b17c
commit
a4c8f83d17
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ class="p-2 mt-1 w-full text-black rounded input">
|
|||
class="block text-sm font-medium text-gray-700 dark:text-gray-300">
|
||||
Your Password
|
||||
</label>
|
||||
<form action="return false">
|
||||
<form @submit.prevent="return false" @keydown.enter.prevent>
|
||||
<input type="password" id="password-confirm" x-model="password" class="w-full input"
|
||||
placeholder="Enter your password">
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Reference in a new issue