diff options
Diffstat (limited to 'src/lib/auth/hooks/useRegister.js')
| -rw-r--r-- | src/lib/auth/hooks/useRegister.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/auth/hooks/useRegister.js b/src/lib/auth/hooks/useRegister.js index 2375cf19..4b0b0d60 100644 --- a/src/lib/auth/hooks/useRegister.js +++ b/src/lib/auth/hooks/useRegister.js @@ -38,7 +38,7 @@ const useRegister = () => { setAlert(null) setIsLoading(true) const { fullname, email, password, companyName } = inputVal() - + const isRegistered = await registerApi({ name: fullname, company: companyName, |
