Skip to content

Commit

Permalink
chore : change recaptcha client key
Browse files Browse the repository at this point in the history
  • Loading branch information
0xC0FFE2 committed Jan 21, 2025
1 parent 32ed80e commit 7477758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/auth/PinAuthModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const PinAuthModal: React.FC<PinAuthModalProps> = ({ isOpen, onClose, onSubmit }
</div>
<div className="flex justify-center">
<ReCAPTCHA
sitekey="6Ldhc70qAAAAALY7G5IGduPm0gWmAaZuPJaI3WJb"
sitekey="6LdSu74qAAAAAKFs8haQHu4HO9y_QLeXzvsYdUWV"
onChange={handleRecaptchaChange}
/>
</div>
Expand Down

0 comments on commit 7477758

Please sign in to comment.