web: only load version context when authenticated (#12482)

* only add version context for authz interface

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* rename enterprise aware interface

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* dont log startup error

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L.
2024-12-25 16:58:18 +01:00
committed by GitHub
parent 95890638a5
commit ffd5234396
7 changed files with 35 additions and 26 deletions

View File

@ -1,4 +1,4 @@
import { EnterpriseAwareInterface, Interface } from "./Interface";
import { AuthenticatedInterface, Interface } from "./Interface";
export { Interface, EnterpriseAwareInterface };
export { Interface, AuthenticatedInterface };
export default Interface;