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 (
image
image image image image
Logo
Cover Image
{/*
Logo
*/}
images

Shaun Park

Enter your password to unlock your ID

© {new Date().getFullYear()}.VRISTO All Rights Reserved.

); }; export default CoverLockScreen;