Skip to content

Commit

Permalink
Update biometric identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
avazirna committed Aug 30, 2023
1 parent 752c3cb commit 4a79c49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class BiometricUtils {
public enum BiometricIdentifier {
RIGHT_THUMB, RIGHT_INDEX_FINGER, RIGHT_MIDDLE_FINGER, RIGHT_RING_FINGER, RIGHT_PINKY_FINGER,
LEFT_THUMB, LEFT_INDEX_FINGER, LEFT_MIDDLE_FINGER, LEFT_RING_FINGER, LEFT_PINKY_FINGER,
FACE
FACE, UNKNOWN, INVALID
}

/**
Expand Down

0 comments on commit 4a79c49

Please sign in to comment.