f: typo fix
This commit is contained in:
parent
975e6bab3e
commit
2e13cda6dd
|
@ -223,7 +223,6 @@ func (s *PGStore) Get(id string) (*Authorization, error) {
|
||||||
`
|
`
|
||||||
// if the id is actually the secret, we want the public form
|
// if the id is actually the secret, we want the public form
|
||||||
// (we do this to protect against a timing attack)
|
// (we do this to protect against a timing attack)
|
||||||
kid := id
|
|
||||||
pubby := ToPublicKeyString(id)
|
pubby := ToPublicKeyString(id)
|
||||||
if len(id) > 24 {
|
if len(id) > 24 {
|
||||||
id = id[:24]
|
id = id[:24]
|
||||||
|
|
Loading…
Reference in New Issue