forked from mirrors/pronouns.cc
fix: readd auth link in settings page i accidentally removed
This commit is contained in:
parent
3fe654a220
commit
4c1ef1c8d6
1 changed files with 7 additions and 0 deletions
|
@ -66,6 +66,13 @@
|
||||||
</ListGroup>
|
</ListGroup>
|
||||||
<br />
|
<br />
|
||||||
<ListGroup>
|
<ListGroup>
|
||||||
|
<ListGroupItem
|
||||||
|
tag="a"
|
||||||
|
active={$page.url.pathname === "/settings/auth"}
|
||||||
|
href="/settings/auth"
|
||||||
|
>
|
||||||
|
Authentication
|
||||||
|
</ListGroupItem>
|
||||||
{#if data.invitesEnabled}
|
{#if data.invitesEnabled}
|
||||||
<ListGroupItem
|
<ListGroupItem
|
||||||
tag="a"
|
tag="a"
|
||||||
|
|
Loading…
Reference in a new issue