Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into benaiah/allow-logging…
Browse files Browse the repository at this point in the history
…-in-with-contentful-account
  • Loading branch information
Benaiah committed Nov 17, 2023
2 parents 5130483 + a4b79d4 commit 1152e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/login/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import { goto } from "$app/navigation";
import { getCurrentUserStore } from "$lib/context/currentUser";
import timeout from "$lib/util/timeout";
import ContentfulLoginLink from "$lib/components/ContentfulLoginLink/ContentfulLoginLink.svelte";
import ContentfulLoginLink from "$lib/components/ContentfulLoginLink";
export let form;
const currentUser = getCurrentUserStore();
Expand Down

0 comments on commit 1152e5c

Please sign in to comment.