kyc user and upload partial update encrypt nik and picture
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import type { Metadata } from "next";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Admin · Review Verifikasi Organizer",
|
||||
description: "Halaman admin untuk meninjau pengajuan verifikasi organizer.",
|
||||
alternates: { canonical: "/admin/verifications" },
|
||||
robots: { index: false, follow: false },
|
||||
};
|
||||
|
||||
export default function AdminVerificationsLayout({
|
||||
children,
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}) {
|
||||
return children;
|
||||
}
|
||||
Reference in New Issue
Block a user