transactions

This commit is contained in:
hamid zarghami
2025-12-14 14:14:52 +03:30
parent 8e49baab30
commit 1797063f34
6 changed files with 400 additions and 33 deletions
+2
View File
@@ -69,6 +69,8 @@ const StepOtp = ({ phone, slug, code }: Props) => {
window.location.href = getRedirectPath()
},
onError: (error) => {
clear()
window.location.href = getRedirectPath()
toast(extractErrorMessage(error), 'error')
}
})