Components
A push-notification approval card that prompts the user to confirm a sign-in request from their trusted device while waiting for approval.
Loading preview...
import { VerifyIdentity3 } from "@/components/ui/verify-identity-3";
export default function Default() {
return (
<div className="flex min-h-svh w-full items-center justify-center bg-background p-6">
<VerifyIdentity3 />
</div>
);
}