Project renaming

This commit is contained in:
Daniel García
2021-04-27 23:18:32 +02:00
parent ced7f1771a
commit 34ea10475d
56 changed files with 231 additions and 232 deletions

View File

@@ -207,7 +207,7 @@ fn duo_api_request(method: &str, path: &str, params: &str, data: &DuoData) -> Em
client
.request(m, &url)
.basic_auth(username, Some(password))
.header(header::USER_AGENT, "bitwarden_rs:Duo/1.0 (Rust)")
.header(header::USER_AGENT, "vaultwarden:Duo/1.0 (Rust)")
.header(header::DATE, date)
.send()?
.error_for_status()?;