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