Skip to content

Commit d2d6dbd

Browse files
authored
Merge pull request #1901 from authts/dependabot/npm_and_yarn/microsoft/api-extractor-7.56.0
build(deps-dev): bump @microsoft/api-extractor from 7.55.2 to 7.56.0
2 parents 0f3b1bc + 3b47ba2 commit d2d6dbd

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

docs/react-oidc-context.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export const useAuth: () => AuthContextProps;
136136
// Warning: (ae-forgotten-export) The symbol "UseAutoSignInReturn" needs to be exported by the entry point index.d.ts
137137
//
138138
// @public
139-
export const useAutoSignin: ({ signinMethod }?: UseAutoSignInProps) => UseAutoSignInReturn;
139+
export const useAutoSignin: (input?: UseAutoSignInProps) => UseAutoSignInReturn;
140140

141141
// @public
142142
export function withAuth<P>(Component: React_2.ComponentType<P>): React_2.ComponentType<Omit<P, keyof AuthContextProps>>;

package-lock.json

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)