fix quic config
This commit is contained in:
@ -5,7 +5,7 @@ import (
|
||||
)
|
||||
|
||||
type autherRegistry struct {
|
||||
registry
|
||||
registry[auth.Authenticator]
|
||||
}
|
||||
|
||||
func (r *autherRegistry) Register(name string, v auth.Authenticator) error {
|
||||
|
Reference in New Issue
Block a user