Unified naming

Unified naming of DefaultAdminPassword
This commit is contained in:
zhangmm 2015-11-16 14:14:09 +08:00 committed by Kiran Challa
parent b3e5e7c178
commit 26e33b9d68
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ namespace MusicStore.Models
{
const string imgUrl = "~/Images/placeholder.png";
const string defaultAdminUserName = "DefaultAdminUserName";
const string defaultAdminPassword = "defaultAdminPassword";
const string defaultAdminPassword = "DefaultAdminPassword";
public static async Task InitializeMusicStoreDatabaseAsync(IServiceProvider serviceProvider, bool createUsers = true)
{
@ -971,4 +971,4 @@ namespace MusicStore.Models
}
}
}
}
}