Skip to content

Commit eedd192

Browse files
committed
updated name of the auth endpoint
1 parent abc95ec commit eedd192

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}/auth`,
18+
const response = await fetch(`${tokenServerURL}/authentication-verify`,
1919
{
2020
method: "POST",
2121
mode: "cors",

0 commit comments

Comments
 (0)