mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
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 @@
|
|||
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