mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-11-28 07:32:34 +02:00
Formatting
This commit is contained in:
@@ -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