mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-10-27 16:30:02 +02:00 
			
		
		
		
	formatting
This commit is contained in:
		| @@ -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; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user