Fix typo
This commit is contained in:
parent
5f06f46534
commit
89d6a4b346
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
package biometrics
|
package biometrics
|
||||||
|
|
||||||
func CheckBiometrics(approvalType Approval) bool {
|
func CheckBiometrics(approvalType Approval) bool {
|
||||||
ok, err := touchid.Authenticate(approvalType.String()
|
ok, err := touchid.Authenticate(approvalType.String())
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue