password change feature
All checks were successful
Build Images and Deploy / Update-PROD-Stack (push) Successful in 29s

This commit is contained in:
2026-02-28 01:53:54 -05:00
parent 83e552bd07
commit b6cd483401
4 changed files with 64 additions and 0 deletions

10
public/favicon.svg Normal file
View File

@@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<circle cx="32" cy="32" r="30" fill="#6c5ce7"/>
<circle cx="32" cy="32" r="20" fill="none" stroke="#fdcb6e" stroke-width="3"/>
<circle cx="32" cy="32" r="10" fill="none" stroke="#fdcb6e" stroke-width="3"/>
<circle cx="32" cy="32" r="3" fill="#fdcb6e"/>
<line x1="32" y1="2" x2="32" y2="16" stroke="#fdcb6e" stroke-width="3" stroke-linecap="round"/>
<line x1="32" y1="48" x2="32" y2="62" stroke="#fdcb6e" stroke-width="3" stroke-linecap="round"/>
<line x1="2" y1="32" x2="16" y2="32" stroke="#fdcb6e" stroke-width="3" stroke-linecap="round"/>
<line x1="48" y1="32" x2="62" y2="32" stroke="#fdcb6e" stroke-width="3" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 723 B