chore(front/NavMenu): move Auth Tokens link to new Account dropdown from swaf
This commit is contained in:
parent
848c952073
commit
f54438e9dd
@ -0,0 +1,7 @@
|
||||
<script>
|
||||
import NavMenuItem from "../../components/NavMenuItem.svelte";
|
||||
import {route} from "../../../../common/Routing.js";
|
||||
</script>
|
||||
|
||||
<NavMenuItem href={route('auth-tokens')} icon="key" text="Auth tokens" />
|
||||
<hr>
|
@ -7,5 +7,4 @@
|
||||
{#if $locals.user}
|
||||
<NavMenuItem href={route('file-uploader')} icon="upload" text="Upload" />
|
||||
<NavMenuItem href={route('url-shrinker')} icon="shrink" text="Shrink URL" />
|
||||
<NavMenuItem href={route('auth-tokens')} icon="key" text="Auth tokens" /> <!-- TODO: move that link to the account page -->
|
||||
{/if}
|
||||
|
Loading…
Reference in New Issue
Block a user