Updated Entity Framework to 2.2.6, Removed PrintCredentials() Method call on login, working on #55

This commit is contained in:
kdeng00
2019-08-03 14:26:18 -04:00
parent d80842e517
commit 2d984813ec
6 changed files with 97 additions and 4 deletions
-2
View File
@@ -90,8 +90,6 @@ namespace Icarus.Controllers.Managers
_audience = _config["Auth0:ApiIdentifier"];
_grantType = "client_credentials";
_url = $"https://{_config["Auth0:Domain"]}";
PrintCredentials();
}
#region Testing Methods