Fix duplicate hidden attribute in profile.html line 43

Co-authored-by: EniumRaphael <35407363+EniumRaphael@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-12-10 17:01:30 +00:00 committed by apetitco
parent 393e7ee031
commit b6cb091f78

View file

@ -40,7 +40,7 @@
class="w-full bg-blue-600 text-white py-2 rounded hover:bg-blue-700">Update</button>
</div>
<!-- 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>
<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" />