mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-23 01:32:16 +00:00
Can't have a number in the title..
This commit is contained in:
parent
068c542ab6
commit
cadde8f28c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
namespace Project_Unite.Controllers
|
namespace Project_Unite.Controllers
|
||||||
{
|
{
|
||||||
public class OAuth2Controller : Controller
|
public class OAuthController : Controller
|
||||||
{
|
{
|
||||||
private ApplicationSignInManager _signInManager = null;
|
private ApplicationSignInManager _signInManager = null;
|
||||||
private ApplicationUserManager _userManager = null;
|
private ApplicationUserManager _userManager = null;
|
||||||
|
|
Loading…
Reference in a new issue