kyc user and upload partial update encrypt nik and picture

This commit is contained in:
2026-04-27 21:48:24 +07:00
parent b31fe675ae
commit a92b4a8fd9
51 changed files with 5180 additions and 452 deletions
+13
View File
@@ -50,6 +50,12 @@ export function Navbar() {
>
Profil
</Link>
<Link
href="/verify"
className="rounded-lg px-3 py-1.5 text-sm font-medium text-neutral-600 transition-colors hover:bg-neutral-100 hover:text-neutral-800"
>
Verifikasi
</Link>
<div className="ml-2 flex items-center gap-2">
<Link
href="/profile"
@@ -136,6 +142,13 @@ export function Navbar() {
>
Profil
</Link>
<Link
href="/verify"
onClick={() => setMenuOpen(false)}
className="rounded-lg px-3 py-2.5 text-sm font-medium text-neutral-700 transition-colors hover:bg-neutral-50"
>
Verifikasi
</Link>
<div className="mt-2 flex items-center justify-between rounded-lg bg-neutral-50 px-3 py-2.5">
<Link
href="/profile"