Skip to content

Commit

Permalink
support user login/logout
Browse files Browse the repository at this point in the history
  • Loading branch information
sventhiel committed Jul 25, 2023
1 parent 500b516 commit f520c09
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions Controllers/AccountController.cs
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
using Manchu.Models;
using Microsoft.AspNetCore.Authentication.Cookies;
using Manchu.Entities;
using Manchu.Models;
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.Mvc;
using System.Security.Claims;
using Microsoft.Extensions.Configuration;
using System.Collections.Generic;
using System.Security.Claims;
using System.Threading.Tasks;
using Manchu.Entities;
using Microsoft.Extensions.Configuration;
using Microsoft.AspNetCore.Authorization;

// For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860

namespace Manchu.Controllers
{
Expand Down

0 comments on commit f520c09

Please sign in to comment.