Skip to content

Commit

Permalink
chore : add debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
0xC0FFE2 committed Jan 22, 2025
1 parent 9a6abd7 commit 4284d44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/auth/PinAuthModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const PinAuthModal: React.FC<PinAuthModalProps> = ({
if (token) {
setRecaptchaToken(token);
onCaptchaChange(token);
console.log(token)
setStep("pin");
setCaptchaExpired(false);
} else {
Expand Down

0 comments on commit 4284d44

Please sign in to comment.