Skip to content

Commit

Permalink
Remove unused import (#1445)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladshcherbin authored Feb 19, 2024
1 parent 742daba commit ca621df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ When a user signs up, set `email_verified` to `false`, create and send a verific

```ts
import { generateId } from "lucia";
import { encodeHex } from "oslo/encoding";

app.post("/signup", async () => {
// ...
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ When a user signs up, set `email_verified` to `false`, create and send a verific

```ts
import { generateId } from "lucia";
import { encodeHex } from "oslo/encoding";

app.post("/signup", async () => {
// ...
Expand Down

0 comments on commit ca621df

Please sign in to comment.