indentation
This commit is contained in:
@@ -6,8 +6,6 @@ using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace ApiEfCoreLibrary.Endpoints.Login;
|
||||
|
||||
|
||||
|
||||
public class UserLoginEndpoint(LibraryDbContext database) : Endpoint<ConnectLoginDto, GetLoginConnectDto>
|
||||
{
|
||||
public override void Configure()
|
||||
@@ -27,7 +25,6 @@ public class UserLoginEndpoint(LibraryDbContext database) : Endpoint<ConnectLogi
|
||||
return;
|
||||
}
|
||||
*/
|
||||
|
||||
string salt = "ceciestunsaltquipourtps";
|
||||
string hash = BCrypt.Net.BCrypt.HashPassword("ceciestunmdp" + salt);
|
||||
|
||||
|
Reference in New Issue
Block a user