Changed imports

This commit is contained in:
2025-03-16 23:39:41 +01:00
parent f66df87168
commit e5fcc4f59c

View File

@@ -6,7 +6,7 @@ use actix_web::web::{Data, Json};
use actix_web::{HttpRequest, HttpResponse, Responder, post};
use argon2::Argon2;
use argon2::password_hash::{
PasswordHash, PasswordHasher, PasswordVerifier, SaltString, rand_core::OsRng,
PasswordHash, PasswordHasher, PasswordVerifier, SaltString, rand_core::OsRng
};
use jsonwebtoken::{
Algorithm, DecodingKey, EncodingKey, Header, Validation, decode, encode, get_current_timestamp,