We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b36d28 commit e567db1Copy full SHA for e567db1
TinyBite/app/(auth)/signup/verify.tsx
@@ -56,7 +56,6 @@ export default function VerifyScreen() {
56
const smsCheckMutation = useMutation({
57
mutationFn: postCheckSms,
58
onSuccess: (data) => {
59
- console.log("postCheckSms 성공", data);
60
setVerified(true);
61
},
62
onError: (error: AxiosError<ApiError>) => {
0 commit comments