add ApprovalNeeded page in login

This commit is contained in:
Robert McRackan 2020-10-08 16:56:14 -04:00
parent a13b00d520
commit 50843e5102
13 changed files with 203 additions and 373 deletions

View file

@ -42,7 +42,6 @@ namespace ApplicationServices
// https://github.com/RehanSaeed/Serilog.Exceptions
// work-around: use 3rd param. don't just put exception object in 3rd param -- info overload: stack trace, etc
Log.Logger.Error(lfEx, "Error importing library. Login failed. {@DebugInfo}", new {
lfEx.RequestInputFields,
lfEx.RequestUrl,
ResponseStatusCodeNumber = (int)lfEx.ResponseStatusCode,
ResponseStatusCodeDesc = lfEx.ResponseStatusCode,