Merge pull request #54 from Maix0/copilot/sub-pr-53

[WIP] Address feedback from PR #53 for multiple changes
This commit is contained in:
Raphaël 2025-12-10 18:02:02 +01:00 committed by GitHub
commit 5dedfe6d39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" />