Removed all the unused directives in the Solution with the assistance of Resharper
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
@using Microsoft.eShopWeb.Web.ViewModels.Account
|
||||
@model LoginWith2faViewModel
|
||||
@{
|
||||
ViewData["Title"] = "Two-factor authentication";
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
@using System.Collections.Generic
|
||||
@using Microsoft.AspNetCore.Http
|
||||
@using Microsoft.AspNetCore.Http.Authentication
|
||||
@using Microsoft.eShopWeb.Web.ViewModels.Account
|
||||
@model RegisterViewModel
|
||||
@{
|
||||
ViewData["Title"] = "Register";
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
@using Microsoft.eShopWeb.Web.ViewModels.Account
|
||||
@model LoginViewModel
|
||||
@{
|
||||
ViewData["Title"] = "Log in";
|
||||
|
||||
Reference in New Issue
Block a user