Fix duplicate hidden attribute in profile.html line 43
Co-authored-by: EniumRaphael <35407363+EniumRaphael@users.noreply.github.com>
This commit is contained in:
parent
ec86d90a02
commit
9b70b6730e
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
||||||
class="w-full bg-blue-600 text-white py-2 rounded hover:bg-blue-700">Update</button>
|
class="w-full bg-blue-600 text-white py-2 rounded hover:bg-blue-700">Update</button>
|
||||||
</div>
|
</div>
|
||||||
<!-- Password -->
|
<!-- Password -->
|
||||||
<div id="passwordWrapper" class="py-2" hidden hidden>
|
<div id="passwordWrapper" class="py-2" hidden>
|
||||||
<label class="block font-medium mb-1 text-gray-700">Change Password</label>
|
<label class="block font-medium mb-1 text-gray-700">Change Password</label>
|
||||||
<input id="passwordBox" type="password" placeholder="New Password" name="Password"
|
<input id="passwordBox" type="password" placeholder="New Password" name="Password"
|
||||||
class="w-full px-4 py-2 border border-gray-300 text-gray-700 rounded-xl focus:outline-none focus:ring-2 focus:ring-blue-500" />
|
class="w-full px-4 py-2 border border-gray-300 text-gray-700 rounded-xl focus:outline-none focus:ring-2 focus:ring-blue-500" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue