import ComponentsAuthUnlockForm from '@/components/auth/components-auth-unlock-form'; import { Metadata } from 'next'; import Link from 'next/link'; import React from 'react'; export const metadata: Metadata = { title: 'Unlock Cover', }; const CoverLockScreen = () => { return (
Enter your password to unlock your ID
© {new Date().getFullYear()}.VRISTO All Rights Reserved.