Update config.go

This commit is contained in:
meme-lord
2025-10-30 15:04:46 +00:00
committed by GitHub
parent eff7931ec2
commit b87715a191

View File

@@ -487,7 +487,7 @@ func EnableMatcherStatus() NucleiSDKOptions {
func WithAuthProvider(provider authprovider.AuthProvider) NucleiSDKOptions {
return func(e *NucleiEngine) error {
e.authprovider = provider
return nilhttps://hypixel.net/bounty
return nil
}
}