Fix typo
This commit is contained in:
parent
5f06f46534
commit
89d6a4b346
|
@ -3,7 +3,7 @@
|
|||
package biometrics
|
||||
|
||||
func CheckBiometrics(approvalType Approval) bool {
|
||||
ok, err := touchid.Authenticate(approvalType.String()
|
||||
ok, err := touchid.Authenticate(approvalType.String())
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue