Skip to content

Commit

Permalink
Fix Config Error Screen
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Kruger <[email protected]>
  • Loading branch information
phillip-kruger committed Oct 29, 2024
1 parent 123ea8e commit 4b48c53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ public TemplateHtmlBuilder(String baseUrl, String title, String subTitle, String
public TemplateHtmlBuilder(String title, String subTitle, String details, List<ErrorPageAction> actions,
String redirect,
List<CurrentConfig> config) {
this(true, null, title, subTitle, details, actions, null, Collections.emptyList());
this(true, null, title, subTitle, details, actions, redirect, config);
}

public TemplateHtmlBuilder(boolean showStack, String baseUrl, String title, String subTitle, String details,
Expand Down

0 comments on commit 4b48c53

Please sign in to comment.