add ApprovalNeeded page in login
This commit is contained in:
parent
a13b00d520
commit
50843e5102
13 changed files with 203 additions and 373 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue