Hide developer mode option when you aren't a developer
This commit is contained in:
parent
d856eae6f7
commit
4a53d4c11e
|
@ -64,12 +64,14 @@
|
|||
>
|
||||
Update password
|
||||
</MenuItem>
|
||||
<MenuItem
|
||||
icon="UserDeveloper"
|
||||
on:click={() => $goto("../portal")}
|
||||
>
|
||||
Open developer mode
|
||||
</MenuItem>
|
||||
{#if $auth.isBuilder}
|
||||
<MenuItem
|
||||
icon="UserDeveloper"
|
||||
on:click={() => $goto("../portal")}
|
||||
>
|
||||
Open developer mode
|
||||
</MenuItem>
|
||||
{/if}
|
||||
<MenuItem icon="LogOut" on:click={auth.logout}>Log out</MenuItem>
|
||||
</ActionMenu>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue