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 207fe1d commit a1a8f13Copy full SHA for a1a8f13
resources/views/components/modal-confirmation.blade.php
@@ -273,7 +273,7 @@ class="block text-sm font-medium text-gray-700 dark:text-gray-300">
273
Your Password
274
</label>
275
<form action="return false">
276
- <input type="password" id="password-confirm" x-model="password" class="w-full input"
+ <input type="password" id="password-confirm" x-model="password" class="w-full input"
277
placeholder="Enter your password">
278
</form>
279
<p x-show="passwordError" x-text="passwordError" class="mt-1 text-sm text-red-500"></p>
0 commit comments