fix web after merge
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
parent
f35f86442b
commit
ec2dc9528c
|
@ -1,5 +1,5 @@
|
||||||
import "@goauthentik/admin/common/ak-crypto-certificate-search";
|
import "@goauthentik/admin/common/ak-crypto-certificate-search";
|
||||||
import "@goauthentik/admin/common/ak-flow-search/ak-tenanted-flow-search";
|
import "@goauthentik/admin/common/ak-flow-search/ak-branded-flow-search";
|
||||||
import { first } from "@goauthentik/app/common/utils";
|
import { first } from "@goauthentik/app/common/utils";
|
||||||
import { DEFAULT_CONFIG } from "@goauthentik/common/api/config";
|
import { DEFAULT_CONFIG } from "@goauthentik/common/api/config";
|
||||||
import "@goauthentik/elements/CodeMirror";
|
import "@goauthentik/elements/CodeMirror";
|
||||||
|
|
|
@ -205,7 +205,7 @@ export class RacInterface extends Interface {
|
||||||
}
|
}
|
||||||
|
|
||||||
updateTitle(): void {
|
updateTitle(): void {
|
||||||
let title = this.tenant?.brandingTitle || TITLE_DEFAULT;
|
let title = this.brand?.brandingTitle || TITLE_DEFAULT;
|
||||||
if (this.endpointName) {
|
if (this.endpointName) {
|
||||||
title = `${this.endpointName} - ${title}`;
|
title = `${this.endpointName} - ${title}`;
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue