Files
authentik/web/src
Ken Sternberg 115e2f3dcb This commit abstracts access to the object rootInterface()?.tenant? into a single accessor,
`tenant`, that can be mixed into any AKElement object that requires access to it.

Like `WithCapabilitiesConfig` and `WithAuthentikConfig`, this one is named `WithTenantConfig`.

TODO:

``` javascript
rootInterface()?.uiConfig;
me();
```
2023-11-29 15:30:42 -08:00
..
2023-11-21 19:29:02 +01:00