Fix: Bug VerduleriaVendeFacturas

This commit is contained in:
2024-11-23 20:37:58 -03:00
parent be3226e2ec
commit e56d8f7058
7 changed files with 37 additions and 22 deletions

View File

@@ -53,7 +53,6 @@ public class LoginController: ControllerBase
}
private string GenerarToken(LoginDto loginDto){
var tokenHandler = new JwtSecurityTokenHandler();
var key = Encoding.ASCII.GetBytes("ffb2cdc15d472e41a5b626e294c45020");