fix(config): check file fallback when keyring has no entry (#9279)

Signed-off-by: sheikhlimon <sheikhlimon404@gmail.com>
This commit is contained in:
Sheikh Limon
2026-05-18 20:32:39 +06:00
committed by GitHub
parent 49ffcf44fa
commit 92eb1b6d9c
+1 -1
View File
@@ -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),
}