This commit is contained in:
Luca P 2022-03-14 11:30:01 +00:00
parent 8721fc3730
commit eee8cb1c52

View file

@ -6,7 +6,7 @@ use actix_web::http::{
header::{HeaderMap, HeaderValue}, header::{HeaderMap, HeaderValue},
StatusCode, StatusCode,
}; };
use actix_web::{web, HttpResponse, HttpRequest, ResponseError}; use actix_web::{web, HttpRequest, HttpResponse, ResponseError};
use anyhow::Context; use anyhow::Context;
use argon2::{Argon2, PasswordHash, PasswordVerifier}; use argon2::{Argon2, PasswordHash, PasswordVerifier};
use secrecy::{ExposeSecret, Secret}; use secrecy::{ExposeSecret, Secret};