mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2025-02-20 04:26:17 +00:00
Format
This commit is contained in:
parent
8721fc3730
commit
eee8cb1c52
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ use actix_web::http::{
|
|||
header::{HeaderMap, HeaderValue},
|
||||
StatusCode,
|
||||
};
|
||||
use actix_web::{web, HttpResponse, HttpRequest, ResponseError};
|
||||
use actix_web::{web, HttpRequest, HttpResponse, ResponseError};
|
||||
use anyhow::Context;
|
||||
use argon2::{Argon2, PasswordHash, PasswordVerifier};
|
||||
use secrecy::{ExposeSecret, Secret};
|
||||
|
|
Loading…
Reference in a new issue