React to the removal of ErrorPageOptions.ShowAll.
This commit is contained in:
parent
100cb7a049
commit
fc3c63f9b5
|
|
@ -79,7 +79,7 @@ namespace IdentitySamples
|
||||||
|
|
||||||
loggerFactory.AddNLog(new global::NLog.LogFactory(config));
|
loggerFactory.AddNLog(new global::NLog.LogFactory(config));
|
||||||
#endif
|
#endif
|
||||||
app.UseErrorPage(ErrorPageOptions.ShowAll)
|
app.UseErrorPage()
|
||||||
.UseStaticFiles()
|
.UseStaticFiles()
|
||||||
.UseIdentity()
|
.UseIdentity()
|
||||||
.UseFacebookAuthentication()
|
.UseFacebookAuthentication()
|
||||||
|
|
@ -98,4 +98,4 @@ namespace IdentitySamples
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue