React to errorhandler and errorpage extension name changes
This commit is contained in:
parent
2161f42086
commit
4abf4b960c
|
|
@ -79,7 +79,7 @@ namespace IdentitySamples
|
|||
|
||||
loggerFactory.AddNLog(new global::NLog.LogFactory(config));
|
||||
#endif
|
||||
app.UseErrorPage()
|
||||
app.UseDeveloperExceptionPage()
|
||||
.UseStaticFiles()
|
||||
.UseIdentity()
|
||||
.UseFacebookAuthentication()
|
||||
|
|
|
|||
Loading…
Reference in New Issue