Skip to content

Commit

Permalink
add oidc logic
Browse files Browse the repository at this point in the history
  • Loading branch information
accbjt committed Jul 24, 2024
1 parent 5dbb930 commit d06aace
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ function AppleSignIn({ customButtons, socialSignOnIn, className, OidcClient }) {

const handleClick = () => {
if (OidcClient?.clientId) {
debugger;
Identity.initiateOIDC(
OidcClient.clientId,
['name', 'email'],
Expand Down

0 comments on commit d06aace

Please sign in to comment.