Skip to content

Commit

Permalink
Fix missing generateIdFromEntropySize() import in Astro tutorial (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper authored Jun 8, 2024
1 parent 526a3fd commit 35634be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/pages/tutorials/username-and-password/astro.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Create an API route in `pages/api/signup.ts`. First, do a very basic input valid
// pages/api/signup.ts
import { lucia } from "@lib/auth";
import { hash } from "@node-rs/argon2";
import { generateIdFromEntropySize } from "lucia";

import type { APIContext } from "astro";

Expand Down

0 comments on commit 35634be

Please sign in to comment.