fix #2 indentation

This commit is contained in:
Pierre Laden 2020-09-16 22:26:53 +02:00
parent 290d5ee979
commit 692f7692a2

View file

@ -141,7 +141,7 @@ func (k *YubiKey) CreateSigner(req *apiv1.CreateSignerRequest) (crypto.Signer, e
}
priv, err := k.yk.PrivateKey(slot, cert.PublicKey, piv.KeyAuth{
PIN: k.pin,
PIN: k.pin,
PINPolicy: piv.PINPolicyAlways,
})
if err != nil {