Skip to content

Commit

Permalink
feat(docs): Fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
theMosaad authored Oct 1, 2024
1 parent b331c47 commit 12efb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export let authenticator = new Authenticator<User>(sessionStorage);
authenticator.use(
new OAuth2Strategy<
User,
{ providers: "provider-name" },
{ provider: "provider-name" },
{ id_token: string }
>(
{
Expand Down

0 comments on commit 12efb32

Please sign in to comment.