Skip to content

Commit

Permalink
Merge pull request #22 from peter-wd-1/main
Browse files Browse the repository at this point in the history
Fix error : AuthorizerProvider should know it can accept childe components
  • Loading branch information
lakhansamani authored May 19, 2022
2 parents 7d08b4a + 58990f4 commit 87a68aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/contexts/AuthorizerContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ let initialState: AuthorizerState = {
};

export const AuthorizerProvider: FC<{
children: React.ReactNode;
config: {
authorizerURL: string;
redirectURL: string;
Expand Down

0 comments on commit 87a68aa

Please sign in to comment.