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 21, 2025
1 parent 99f786c commit 6d25fe4
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 @@ -16,6 +16,7 @@ const PinAuthModal: React.FC<PinAuthModalProps> = ({ isOpen, onClose, onSubmit }
const handleRecaptchaChange = (token: string | null) => {
setRecaptchaToken(token);
if (token) {
console.log(token) // PostMan 로그인용 출력
setStep('pin');
}
};
Expand Down

0 comments on commit 6d25fe4

Please sign in to comment.