🚸 Mark login field as required (#1166)
This commit is contained in:
@@ -43,6 +43,10 @@ const useAuth = () => {
|
||||
errDetail = err.message
|
||||
}
|
||||
|
||||
if (Array.isArray(errDetail)) {
|
||||
errDetail = "Something went wrong"
|
||||
}
|
||||
|
||||
setError(errDetail)
|
||||
},
|
||||
})
|
||||
|
Reference in New Issue
Block a user