fix: readd auth link in settings page i accidentally removed

This commit is contained in:
Sam 2023-06-03 03:36:21 +02:00
parent 3fe654a220
commit 4c1ef1c8d6
No known key found for this signature in database
GPG Key ID: B4EF20DDE721CAA1
1 changed files with 7 additions and 0 deletions

View File

@ -66,6 +66,13 @@
</ListGroup>
<br />
<ListGroup>
<ListGroupItem
tag="a"
active={$page.url.pathname === "/settings/auth"}
href="/settings/auth"
>
Authentication
</ListGroupItem>
{#if data.invitesEnabled}
<ListGroupItem
tag="a"