Skip to content

Commit

Permalink
Merge branch 'main' into patch-30
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe authored Dec 22, 2024
2 parents c91dca4 + f2051e7 commit 0fd74a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changesets/11766.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Fix AuthProviderProps export missing from `@redwood/auth` (#11766) by @Philzen

`AuthProviderProps` is now exported from `@redwood/auth`
1 change: 1 addition & 0 deletions packages/auth/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export type { AuthContextInterface, CurrentUser } from './AuthContext.js'
export type { AuthProviderProps } from './AuthProvider/AuthProvider.js';
export { useNoAuth } from './useAuth.js'
export type { UseAuth } from './useAuth.js'
export { createAuthentication } from './authFactory.js'
Expand Down

0 comments on commit 0fd74a8

Please sign in to comment.