refactor: Fix indentation in modal-confirmation.blade.php
This commit is contained in:
parent
207fe1d709
commit
a1a8f1336a
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ class="block text-sm font-medium text-gray-700 dark:text-gray-300">
|
|||
Your Password
|
||||
</label>
|
||||
<form action="return false">
|
||||
<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"
|
||||
placeholder="Enter your password">
|
||||
</form>
|
||||
<p x-show="passwordError" x-text="passwordError" class="mt-1 text-sm text-red-500"></p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue