From d6fd248b4f88c2a934fdc06b0a5e93b6c89c05f1 Mon Sep 17 00:00:00 2001 From: Thomas Fransolet Date: Tue, 24 Aug 2021 18:15:14 +0200 Subject: [PATCH] Delete login by default --- ManagerService/Controllers/AuthenticationController.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ManagerService/Controllers/AuthenticationController.cs b/ManagerService/Controllers/AuthenticationController.cs index 195928c..63719ab 100644 --- a/ManagerService/Controllers/AuthenticationController.cs +++ b/ManagerService/Controllers/AuthenticationController.cs @@ -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 ?