diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-09-25 04:04:52 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-09-25 04:04:52 +0300 |
| commit | 73d68112321587add7e22d89175fd1f12c34c6d1 (patch) | |
| tree | 194787c4494d767143caccf1710d2c451a7782ca /Software/Visual_Studio/Tango.Web/Controllers | |
| parent | 531210371305ca4b7039a79f4ad2796189155393 (diff) | |
| download | Tango-73d68112321587add7e22d89175fd1f12c34c6d1.tar.gz Tango-73d68112321587add7e22d89175fd1f12c34c6d1.zip | |
Improved Auth2 package and tested.
Dropped "Stack trace not provided" message from TangoController.
Retained job user round-trip from MS.
Diffstat (limited to 'Software/Visual_Studio/Tango.Web/Controllers')
| -rw-r--r-- | Software/Visual_Studio/Tango.Web/Controllers/TangoController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Web/Controllers/TangoController.cs b/Software/Visual_Studio/Tango.Web/Controllers/TangoController.cs index 3fd3d469e..b3df0373e 100644 --- a/Software/Visual_Studio/Tango.Web/Controllers/TangoController.cs +++ b/Software/Visual_Studio/Tango.Web/Controllers/TangoController.cs @@ -84,7 +84,7 @@ namespace Tango.Web.Controllers if (expandedExceptionValues != null) { - expandedExceptionValues["StackTrace"] = "StackTrace not provided."; + expandedExceptionValues["StackTrace"] = ""; } } #endif |
