Skip to content

Commit

Permalink
the type definition in the docs is incorrect (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
delight authored Jul 12, 2023
1 parent b826cb6 commit 7607d3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ In `src/app.d.ts`, configure your types. The path in `import('$lib/server/lucia.
declare global {
namespace App {
interface Locals {
auth: import("lucia").AuthRequest;
auth: import("lucia-auth").AuthRequest;
}
}
}
Expand Down

1 comment on commit 7607d3b

@vercel
Copy link

@vercel vercel bot commented on 7607d3b Jul 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.