mirror of
https://github.com/lightninglabs/aperture.git
synced 2025-12-20 02:24:21 +01:00
auth: remove unused constant
This commit is contained in:
@@ -32,7 +32,6 @@ const (
|
|||||||
var (
|
var (
|
||||||
authRegex = regexp.MustCompile("LSAT (.*?):([a-f0-9]{64})")
|
authRegex = regexp.MustCompile("LSAT (.*?):([a-f0-9]{64})")
|
||||||
authFormat = "LSAT %s:%s"
|
authFormat = "LSAT %s:%s"
|
||||||
opWildcard = "*"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// LsatAuthenticator is an authenticator that uses the LSAT protocol to
|
// LsatAuthenticator is an authenticator that uses the LSAT protocol to
|
||||||
|
|||||||
Reference in New Issue
Block a user