There was an error while loading. Please reload this page.
1 parent abc95ec commit eedd192Copy full SHA for eedd192
1 file changed
face-login/main.js
@@ -15,7 +15,7 @@ function identifyUser(){
15
if (faceMatch){
16
// User has an Incode Identity.
17
// Validate using your backend that the faceMatch was actually valid and not man in the middle attack
18
- const response = await fetch(`${tokenServerURL}/auth`,
+ const response = await fetch(`${tokenServerURL}/authentication-verify`,
19
{
20
method: "POST",
21
mode: "cors",
0 commit comments