diff --git a/samples/IdentitySample.Mvc/Startup.cs b/samples/IdentitySample.Mvc/Startup.cs index 86cd73afa9..994a585594 100644 --- a/samples/IdentitySample.Mvc/Startup.cs +++ b/samples/IdentitySample.Mvc/Startup.cs @@ -79,7 +79,7 @@ namespace IdentitySamples loggerFactory.AddNLog(new global::NLog.LogFactory(config)); #endif - app.UseErrorPage(ErrorPageOptions.ShowAll) + app.UseErrorPage() .UseStaticFiles() .UseIdentity() .UseFacebookAuthentication() @@ -98,4 +98,4 @@ namespace IdentitySamples } } -} \ No newline at end of file +}