mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
udpate prove/page.tsx
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user