for token, &refactoring

This commit is contained in:
2018-07-16 02:38:09 +02:00
parent 4115f1ad06
commit 3d97f27dee
65 changed files with 21 additions and 145 deletions

View File

@ -9,8 +9,6 @@ using Microsoft.AspNet.Authorization;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Diagnostics;
using Microsoft.AspNet.Hosting;
using Microsoft.AspNet.Identity;
using Microsoft.AspNet.Identity.EntityFramework;
using Microsoft.AspNet.Localization;
using Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Mvc.Filters;
@ -35,7 +33,6 @@ namespace Yavsc
using Services;
using ViewModels.Auth.Handlers;
using Yavsc.Abstract.FileSystem;
using Yavsc.Server.Helpers;
using static System.Environment;
public partial class Startup