Complete format and api call(70%)

This commit is contained in:
Ebube
2023-04-24 23:39:40 +01:00
parent 32cfed3394
commit 636651aa38
6 changed files with 111 additions and 15 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ export default function SignUp() {
} finally {
setTimeout(() => {
setMsgError(null)
}, 7000)
}, process.env.REACT_APP_SIGNUP_ERROR_TIMEOUT)
}
}