Skip to content

Commit

Permalink
Remove unnecessary biometric identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
avazirna committed Sep 5, 2023
1 parent c19496b commit 73d6a98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
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, UNKNOWN, INVALID
FACE
}

0 comments on commit 73d6a98

Please sign in to comment.