mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-27 03:41:11 +01: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