Skip to content

Commit 4340697

Browse files
committed
example for 1:1
1 parent b68a03b commit 4340697

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

face-login/main.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ function identifyUser(){
3636
showError(error)
3737
// User not found. Add rejection your logic here
3838
},
39+
// isOneToOne: true,
40+
// oneToOneProps: {
41+
// identityId: "uuid/customerId of the user you want to match",
42+
// }
3943
});
4044
}
4145

0 commit comments

Comments
 (0)