mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2025-02-21 13:06:18 +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},
|
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};
|
||||||
|
|
Loading…
Reference in a new issue