feat: update staff API schema and refactor admin login paths
This commit is contained in:
@@ -33,9 +33,6 @@ export const AdminLoginPage = () => {
|
||||
setDisabled(false)
|
||||
return
|
||||
}
|
||||
|
||||
setDisabled(true)
|
||||
setError(undefined)
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [fetcher])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user