Skip to content

Commit

Permalink
Fix display name in sample app.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersAbel committed Jan 31, 2018
1 parent 5f64c76 commit cec8930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Samples/SampleOwinApplication/App_Start/Startup.Auth.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ private static SPOptions CreateSPOptions()

var organization = new Organization();
organization.Names.Add(new LocalizedName("Sustainsys", swedish));
organization.DisplayNames.Add(new LocalizedName("Sustainsys IT AB", swedish));
organization.DisplayNames.Add(new LocalizedName("Sustainsys AB", swedish));
organization.Urls.Add(new LocalizedUri(new Uri("http://www.Sustainsys.se"), swedish));

var spOptions = new SPOptions
Expand Down

0 comments on commit cec8930

Please sign in to comment.