Skip to content

Commit

Permalink
remove dup namespaces for LoginWithfa.cs file (#1976)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepchoudhery authored Aug 4, 2022
1 parent d671bdb commit 1f5861c
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ using Microsoft.Extensions.Logging;
new string[]
{
"Microsoft.AspNetCore.Identity",
"Microsoft.AspNetCore.Mvc",
"Microsoft.AspNetCore.Mvc.RazorPages",
"Microsoft.Extensions.Logging",
"Microsoft.Extensions.Logging"
});

var thisNamespace = @Model.Namespace + ".Areas.Identity.Pages.Account";
Expand Down

0 comments on commit 1f5861c

Please sign in to comment.