Fix biometrics logging preventing successful build

This commit is contained in:
Bernd Schoolmann 2023-09-12 01:33:11 +02:00
parent b80f6e392a
commit 5490eb2cb1
No known key found for this signature in database
2 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,12 @@
package biometrics
import "os"
import (
"os"
"github.com/quexten/goldwarden/logging"
)
var log = logging.GetLogger("Goldwarden", "Biometrics")
var biometricsDisabled = false

View File

@ -4,11 +4,8 @@ package biometrics
import (
"github.com/amenzhinsky/go-polkit"
"github.com/quexten/goldwarden/logging"
)
var log = logging.GetLogger("Goldwarden", "Biometrics")
const POLICY = `<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE policyconfig PUBLIC
"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"