Remove references to DisplayName
This commit is contained in:
parent
2dcfadf5c2
commit
ddd69e5fdf
|
|
@ -142,7 +142,6 @@ namespace MusicStore
|
|||
|
||||
services.AddMicrosoftAccountAuthentication(options =>
|
||||
{
|
||||
options.DisplayName = "MicrosoftAccount - Requires project changes";
|
||||
options.ClientId = "[ClientId]";
|
||||
options.ClientSecret = "[ClientSecret]";
|
||||
options.Events = new OAuthEvents()
|
||||
|
|
|
|||
|
|
@ -123,7 +123,7 @@ namespace MusicStore
|
|||
// dnx . web
|
||||
services.AddMicrosoftAccountAuthentication(options =>
|
||||
{
|
||||
options.DisplayName = "MicrosoftAccount - Requires project changes";
|
||||
// MicrosoftAccount requires project changes
|
||||
options.ClientId = "000000004012C08A";
|
||||
options.ClientSecret = "GaMQ2hCnqAC6EcDLnXsAeBVIJOLmeutL";
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue