udpate prove/page.tsx

This commit is contained in:
turnoffthiscomputer
2024-10-19 13:07:57 -07:00
parent 51f701ca33
commit f4de23a633

View File

@@ -7,9 +7,9 @@ export default function Prove() {
const userId = uuidv4();
const scope = 'scope';
const openPassportVerifier = new OpenPassportVerifier('prove_onchain', scope)
.setNationality('France')
const openPassportVerifier = new OpenPassportVerifier('prove_offchain', scope)
.excludeCountries('Finland', 'Norway')
.setDevMode(true)
.setMinimumAge(12);
return (
<div className="h-screen w-full bg-white flex flex-col items-center justify-center gap-4">