Skip to content

Commit e5faaaf

Browse files
committed
yeah, lets not change that
1 parent eedd192 commit e5faaaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

face-login/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function identifyUser(){
1515
if (faceMatch){
1616
// User has an Incode Identity.
1717
// Validate using your backend that the faceMatch was actually valid and not man in the middle attack
18-
const response = await fetch(`${tokenServerURL}/authentication-verify`,
18+
const response = await fetch(`${tokenServerURL}/auth`,
1919
{
2020
method: "POST",
2121
mode: "cors",

0 commit comments

Comments
 (0)