Skip to content

Commit 616118a

Browse files
committed
fix: 🐛 fix auth export
1 parent e98cea8 commit 616118a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Reexport your entry components here
22
export * from './auth/types.js';
3-
// export * from './auth/handler.js';
3+
export * from './auth/auth.js';
44
export * from './auth/strategy.js';
55
export * from './auth/error.js';

0 commit comments

Comments
 (0)