[BugFix]: Set name parameter to the Name property
[BugFix]: Set name parameter to the Name property. related to #29 issue
This commit is contained in:
committed by
GitHub
parent
57827c64b2
commit
b1597c1900
@@ -94,7 +94,7 @@ namespace AspNetCore.Identity.MongoDbCore.Models
|
||||
{
|
||||
InitializeFields();
|
||||
Id = key;
|
||||
Name = Name;
|
||||
Name = name;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user