move passwordhasher to helpers
This commit is contained in:
parent
153f38d6b2
commit
db012aed92
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
using System.Security.Cryptography;
|
using System.Security.Cryptography;
|
||||||
using SurveyBackend.Core.Services;
|
using SurveyBackend.Core.Services;
|
||||||
|
|
||||||
namespace SurveyBackend.Services.Services;
|
namespace SurveyBackend.Services.Helpers;
|
||||||
|
|
||||||
public class Sha256PasswordHasher : IPasswordHasher
|
public class Sha256PasswordHasher : IPasswordHasher
|
||||||
{
|
{
|
||||||
Loading…
Add table
Add a link
Reference in a new issue