diff --git a/RequestPlex.UI/Bootstrapper.cs b/RequestPlex.UI/Bootstrapper.cs index 1995c6d1f..40905d989 100644 --- a/RequestPlex.UI/Bootstrapper.cs +++ b/RequestPlex.UI/Bootstrapper.cs @@ -37,13 +37,11 @@ namespace RequestPlex.UI container.Register, SettingsServiceV2>(); container.Register, GenericRepository>(); - - - } protected override void ApplicationStartup(TinyIoCContainer container, IPipelines pipelines) { + StaticConfiguration.DisableErrorTraces = false; base.ApplicationStartup(container, pipelines); // Enable forms auth