fixed a few bugs, fleshed out a few cornerstones

This commit is contained in:
authentik Default Admin 2026-03-04 11:26:57 -08:00
parent b54c89c9c4
commit 4e612cb224
4 changed files with 22 additions and 5 deletions

View file

@ -40,7 +40,7 @@ class NavBar extends LitElement {
#link(route, label) {
return html`
<a
href="/${route}"
?active=${this.#route.value === route}
@click=${(e) => this.#navigate(route, e)}