Skip to content

Commit

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

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

0 comments on commit 6758245

Please sign in to comment.