fix(config): check file fallback when keyring has no entry (#9279)
Signed-off-by: sheikhlimon <sheikhlimon404@gmail.com>
This commit is contained in:
@@ -594,7 +594,7 @@ impl Config {
|
||||
if msg.contains("No entry found")
|
||||
|| msg.contains("No matching entry found") =>
|
||||
{
|
||||
HashMap::new()
|
||||
self.fallback_to_file_storage()?
|
||||
}
|
||||
Err(e) => return Err(e),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user