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));
|
loggerFactory.AddNLog(new global::NLog.LogFactory(config));
|
||||||
#endif
|
#endif
|
||||||
app.UseErrorPage()
|
app.UseDeveloperExceptionPage()
|
||||||
.UseStaticFiles()
|
.UseStaticFiles()
|
||||||
.UseIdentity()
|
.UseIdentity()
|
||||||
.UseFacebookAuthentication()
|
.UseFacebookAuthentication()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue