Skip to content

Commit

Permalink
remove login button
Browse files Browse the repository at this point in the history
  • Loading branch information
immqu committed Jul 25, 2023
1 parent 72e5fa0 commit cc0dee1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/lib/Navigation.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,6 @@ let loggedIn = localStorage.token ? true : false;
</NavLink>
</NavItem>
{/if}
<!--TODO: if logged in, don't show-->
{#if !loggedIn}
<NavItem>
<NavLink href="{base}/login">Login</NavLink>
</NavItem>
{/if}
<NavItem>
<NavLink href="https://medina-project.eu/wp-content/uploads/MEDINA_User_Manuals/MEDINA_Orchestrator_UserManual.pdf" target="_blank">
<Fa icon={faQuestion} /> Help
Expand Down

0 comments on commit cc0dee1

Please sign in to comment.