Skip to content

Commit

Permalink
Start enum from 0
Browse files Browse the repository at this point in the history
  • Loading branch information
poovamraj committed Jan 26, 2023
1 parent 7d56ab2 commit 0364a67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/credentials-manager/la-policies.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const LAPolicy = {
deviceOwnerWithBiometrics: 1,
deviceOwner: 2,
deviceOwnerWithBiometrics: 0,
deviceOwner: 1,
}

export default LAPolicy;

0 comments on commit 0364a67

Please sign in to comment.