Format the changes from merge to master

This commit is contained in:
Daniel García
2021-04-15 18:30:23 +02:00
parent 8756c5c255
commit 305de2e2cd
4 changed files with 15 additions and 20 deletions

View File

@ -204,7 +204,8 @@ fn duo_api_request(method: &str, path: &str, params: &str, data: &DuoData) -> Em
let client = get_reqwest_client();
client.request(m, &url)
client
.request(m, &url)
.basic_auth(username, Some(password))
.header(header::USER_AGENT, "bitwarden_rs:Duo/1.0 (Rust)")
.header(header::DATE, date)