We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0262d commit 77654faCopy full SHA for 77654fa
resources/views/components/modal-confirmation.blade.php
@@ -272,7 +272,7 @@ class="p-2 mt-1 w-full text-black rounded input">
272
class="block text-sm font-medium text-gray-700 dark:text-gray-300">
273
Your Password
274
</label>
275
- <form @submit.prevent="return false" @keydown.enter.prevent>
+ <form @submit.prevent @keydown.enter.prevent>
276
<input type="password" id="password-confirm" x-model="password" class="w-full input"
277
placeholder="Enter your password">
278
</form>
0 commit comments