Skip to content

Commit 19abcfc

Browse files
committed
updated comments
1 parent 0d4d11f commit 19abcfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_backend.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const start = async function (identityId) {
3636
return { token };
3737
};
3838

39-
// Public: Verify the authentication by checking the score and session data
39+
// Public: Verify the authentication by checking the score and idenitityId returned by the backend, and comparing it with the candidate returned by renderFaceAuth.
4040
const getResults = async function (token, candidate) {
4141

4242
// Finishing the session triggers score calculation and business rules.

0 commit comments

Comments
 (0)