Skip to content

Commit

Permalink
Update src/lib/components/accounts/Unverified.svelte
Browse files Browse the repository at this point in the history
Co-authored-by: Allan Lasser <[email protected]>
  • Loading branch information
eyeseast and allanlasser authored Nov 20, 2024
1 parent 87815ad commit 378d1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/accounts/Unverified.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ a user who is logged in but has `verified_journalist = false`.
export let user: Nullable<User> = null;
const FAQ = "https://www.documentcloud.org/help/faq#verification";
const FAQ = `${APP_URL}help/faq#verification`;
function prefill(form_url: string, user: Nullable<User>) {
if (!user) return form_url;
Expand Down

0 comments on commit 378d1dd

Please sign in to comment.