Страница профиля

This commit is contained in:
Халимов Рустам
2026-02-13 14:24:01 +03:00
parent b24b9d697f
commit 1e72d006c4
34 changed files with 1169 additions and 27 deletions

View File

@@ -20,6 +20,7 @@ public static class DependencyInjection
services.AddScoped<IAccountRepository, AccountRepository>();
services.AddScoped<IJwtTokenGenerator, JwtTokenGenerator>();
services.AddScoped<ICurrentUserService, CurrentUserService>();
services.AddScoped<IPasswordHasher, PasswordHasher>();
services.AddHttpContextAccessor();
services.AddMediatR(cfg =>