refactor: move class to correct namespace
This commit is contained in:
parent
e1123cf36b
commit
3149f50586
@ -1,8 +1,9 @@
|
||||
using System.Buffers.Text;
|
||||
using Konscious.Security.Cryptography;
|
||||
using System;
|
||||
using System.Buffers.Text;
|
||||
using System.Text;
|
||||
using Konscious.Security.Cryptography;
|
||||
|
||||
namespace Security;
|
||||
namespace Mirea.Api.Security;
|
||||
|
||||
public class PasswordHashService
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user