mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-11-21 22:56:16 +01:00
formatting
This commit is contained in:
parent
5125fdb882
commit
d781981bbd
1 changed files with 6 additions and 1 deletions
|
@ -664,7 +664,12 @@ fn verify_password(data: JsonUpcase<SecretVerificationRequest>, headers: Headers
|
|||
Ok(())
|
||||
}
|
||||
|
||||
async fn _api_key(data: JsonUpcase<SecretVerificationRequest>, rotate: bool, headers: Headers, conn: DbConn) -> JsonResult {
|
||||
async fn _api_key(
|
||||
data: JsonUpcase<SecretVerificationRequest>,
|
||||
rotate: bool,
|
||||
headers: Headers,
|
||||
conn: DbConn,
|
||||
) -> JsonResult {
|
||||
let data: SecretVerificationRequest = data.into_inner().data;
|
||||
let mut user = headers.user;
|
||||
|
||||
|
|
Loading…
Reference in a new issue