Merge pull request #820 from kingjan1999/fix-required-actions-whitespace

fix: add whitespace before required actions in info page
This commit is contained in:
Joseph Garrone 2025-03-21 13:21:02 +01:00 committed by GitHub
commit 4bc6a843d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ export default function Info(props: PageProps<Extract<KcContext, { pageId: "info
dangerouslySetInnerHTML={{
__html: kcSanitize(
(() => {
let html = message.summary;
let html = message.summary?.trim();
if (requiredActions) {
html += " <b>";