web: fix loading text not being loaded (#5497)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
		| @ -1,6 +1,7 @@ | ||||
| import { CSRFHeaderName } from "@goauthentik/common/api/middleware"; | ||||
| import { EVENT_THEME_CHANGE } from "@goauthentik/common/constants"; | ||||
| import { globalAK } from "@goauthentik/common/global"; | ||||
| import { autoDetectLanguage } from "@goauthentik/common/ui/locale"; | ||||
| import { first, getCookie } from "@goauthentik/common/utils"; | ||||
| import { Interface } from "@goauthentik/elements/Base"; | ||||
| import { DefaultTenant } from "@goauthentik/elements/sidebar/SidebarBrand"; | ||||
| @ -12,6 +13,8 @@ import { ifDefined } from "lit/directives/if-defined.js"; | ||||
|  | ||||
| import { UiThemeEnum } from "@goauthentik/api"; | ||||
|  | ||||
| autoDetectLanguage(); | ||||
|  | ||||
| @customElement("ak-api-browser") | ||||
| export class APIBrowser extends Interface { | ||||
|     @property() | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens L
					Jens L