TF-94 Implementation of File Uploader Component

This commit is contained in:
2023-09-03 16:23:03 +03:30
parent 59e652c182
commit 38b22c6dad
10 changed files with 52 additions and 114 deletions

View File

@@ -34,7 +34,7 @@ const RequestOtpComponent = ({
),
});
const handleSubmit = async (values, props) => {
const handleSubmit = (values, props) => {
requestServer(SEND_OTP_TOKEN, "post", {
auth: false, data: {
phone_number: values.phone_number,