Skip to content

Commit

Permalink
import
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeseast committed Nov 20, 2024
1 parent af94861 commit 9bd262e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/components/accounts/Unverified.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ a user who is logged in but has `verified_journalist = false`.
import Tip from "../common/Tip.svelte";
import {
VERIFICATION_FORM_URL,
APP_URL,
SQUARELET_ORGS_URL,
VERIFICATION_FORM_URL,
} from "@/config/config.js";
import { isOrg } from "$lib/api/accounts";
Expand Down

0 comments on commit 9bd262e

Please sign in to comment.