Update the sample data
Change the domain name in sample user from sample.com to example.com
This commit is contained in:
parent
06b61511e5
commit
63f6f42e7e
|
|
@ -117,7 +117,7 @@ namespace MusicStore.Models
|
|||
{
|
||||
for (int i = 0; i < 100; ++i)
|
||||
{
|
||||
var email = string.Format("User{0:D3}@sample.com", i);
|
||||
var email = string.Format("User{0:D3}@example.com", i);
|
||||
var normalUser = await userManager.FindByEmailAsync(email);
|
||||
if (normalUser == null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue