Skip to content

Commit

Permalink
Update Custom provider sample for multi-framework
Browse files Browse the repository at this point in the history
  • Loading branch information
nadetastic authored Dec 11, 2023
1 parent ad1510e commit 071fd22
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,9 @@ const provider = {
custom: 'MyCustomOIDCProvider'
}

<button onClick={() => signInWithRedirect({ provider })}> MyCustomOIDCProvider</button>
function handleSignInClick() {
signInWithRedirect({ provider })
}
```
### Deploy your backend environment with auth parameters for social sign-in
Expand Down

0 comments on commit 071fd22

Please sign in to comment.