Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Feb 27, 2024
1 parent 8f0aa3c commit 1e16416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/Navigation/Navigation.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { navigationItems } from '../../routes';
const { organism, knownOrganisms } = cleanOrganism(Astro.params.organism);
const isLoggedIn = Astro.locals.session && Astro.locals.session.isLoggedIn;
const isLoggedIn = Astro.locals.session.isLoggedIn;
const loginUrl = await getAuthUrl(Astro.url.toString());
---
Expand Down

0 comments on commit 1e16416

Please sign in to comment.