mirror of
https://github.com/dani-garcia/vaultwarden.wiki.git
synced 2026-07-25 02:03:33 +00:00
Formatting
This commit is contained in:
+1
-1
@@ -391,7 +391,7 @@ fn download_icon(domain: &str) -> Result<Vec<u8>, Error> {
|
||||
break;
|
||||
}
|
||||
}
|
||||
_ => warn!("data uri is invalid")
|
||||
_ => warn!("data uri is invalid"),
|
||||
};
|
||||
} else {
|
||||
match get_page_with_cookies(&icon.href, &cookie_str) {
|
||||
|
||||
Reference in New Issue
Block a user