Inject roles on token validation
This commit is contained in:
@@ -822,7 +822,7 @@ namespace Imprink.Infrastructure.Migrations
|
||||
b.HasIndex("UserId")
|
||||
.HasDatabaseName("IX_UserRole_UserId");
|
||||
|
||||
b.ToTable("UserRoles");
|
||||
b.ToTable("UserRole");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Imprink.Domain.Entities.Orders.Order", b =>
|
||||
|
||||
Reference in New Issue
Block a user