Skip to content

Commit a1a8f13

Browse files
committed
refactor: Fix indentation in modal-confirmation.blade.php
1 parent 207fe1d commit a1a8f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/modal-confirmation.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ class="block text-sm font-medium text-gray-700 dark:text-gray-300">
273273
Your Password
274274
</label>
275275
<form action="return false">
276-
<input type="password" id="password-confirm" x-model="password" class="w-full input"
276+
<input type="password" id="password-confirm" x-model="password" class="w-full input"
277277
placeholder="Enter your password">
278278
</form>
279279
<p x-show="passwordError" x-text="passwordError" class="mt-1 text-sm text-red-500"></p>

0 commit comments

Comments
 (0)