We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98cea8 commit 616118aCopy full SHA for 616118a
src/lib/index.ts
@@ -1,5 +1,5 @@
1
// Reexport your entry components here
2
export * from './auth/types.js';
3
-// export * from './auth/handler.js';
+export * from './auth/auth.js';
4
export * from './auth/strategy.js';
5
export * from './auth/error.js';
0 commit comments