mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-15 12:17:18 +02:00
@@ -643,7 +643,8 @@ impl PluginManager {
|
||||
if disabled {
|
||||
info!("Not applying disabled auth {:?}", auth_name);
|
||||
return Ok(CallHttpAuthenticationResponse {
|
||||
set_headers: Vec::new(),
|
||||
set_headers: None,
|
||||
set_query_parameters: None
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user