Delete login by default
This commit is contained in:
parent
5e40190c6d
commit
d6fd248b4f
@ -49,9 +49,10 @@ namespace ManagerService.Service.Controllers
|
||||
{
|
||||
try
|
||||
{
|
||||
// For TEST
|
||||
#if DEBUG
|
||||
email = "test@email.be";
|
||||
password = "kljqsdkljqsd";
|
||||
#endif
|
||||
var token = _tokensService.Authenticate(email.ToLower(), password);
|
||||
|
||||
// Set user token ?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user