Skip to content

Commit

Permalink
Fixes #515 - Admin Panel: Developer exception page no longer shows
Browse files Browse the repository at this point in the history
Removed obolete ref to "UseDatabaseErrorPage" as it no longer does anything.
  • Loading branch information
HeyJoel committed Jul 25, 2022
1 parent ae8f20f commit 42dd946
Show file tree
Hide file tree
Showing 5 changed files with 2,351 additions and 2,350 deletions.
2 changes: 1 addition & 1 deletion src/Cofoundry.Core/Core/Settings/DebugSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public partial class DebugSettings : CofoundryConfigurationSettingsBase
public string EmbeddedContentPhysicalPathRootOverride { get; set; }

/// <summary>
/// USe to determine if we should show the developer exception page,
/// Use to determine if we should show the developer exception page,
/// taking the current environment into consideration.
/// </summary>
/// <param name="env">The current hosting environment.</param>
Expand Down

0 comments on commit 42dd946

Please sign in to comment.