Skip to content

Commit 2f47258

Browse files
committed
fix namespaces in LoginPartial
1 parent 2428457 commit 2f47258

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Services/Identity/Identity.API/Views/Shared/_LoginPartial.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@using Microsoft.AspNetCore.Identity
2-
@using Identity.API.Models
2+
@using Microsoft.eShopOnContainers.Services.Identity.API.Models
33

44
@inject SignInManager<ApplicationUser> SignInManager
55
@inject UserManager<ApplicationUser> UserManager

0 commit comments

Comments
 (0)