summaryrefslogtreecommitdiff
path: root/src/lib/auth/hooks
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-04-11 09:47:25 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-04-11 09:47:25 +0700
commit92c2a229d9c9b510d71b928978872a8b107e9d5a (patch)
tree8d8161a49a0bdc46d4c28d3f2682bb485314a41d /src/lib/auth/hooks
parent62bebc1d33fd090d7666e18e7a0326ef7ef36897 (diff)
Documentation and refactor code
Diffstat (limited to 'src/lib/auth/hooks')
-rw-r--r--src/lib/auth/hooks/useRegister.js2
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,