diff --git a/web/src/flows/FlowExecutor.ts b/web/src/flows/FlowExecutor.ts index 4202cd326d..f86accf006 100644 --- a/web/src/flows/FlowExecutor.ts +++ b/web/src/flows/FlowExecutor.ts @@ -77,6 +77,7 @@ export class FlowExecutor extends LitElement implements StageHost { document.title = tenant.brandingTitle || TITLE_DEFAULT; } }); + this.requestUpdate(); } get challenge(): ChallengeTypes | undefined { diff --git a/web/src/pages/sources/SourcesListPage.ts b/web/src/pages/sources/SourcesListPage.ts index 7d750e6b0d..d34ed5d679 100644 --- a/web/src/pages/sources/SourcesListPage.ts +++ b/web/src/pages/sources/SourcesListPage.ts @@ -25,7 +25,7 @@ export class SourceListPage extends TablePage { return t`Sources`; } pageDescription(): string | undefined { - return t`Sources of identities, which can either be synced into authentik's database, like LDAP, or can be used by users to authenticate and enroll themselves, like OAuth and social logins`; + return t`Sources of identities, which can either be synced into authentik's database, or can be used by users to authenticate and enroll themselves.`; } pageIcon(): string { return "pf-icon pf-icon-middleware";