refactored google login to use cognito federation #2
Annotations
14 warnings
|
frontend/src/hooks/useLocalStorage.ts#L1
'useEffect' is defined but never used
|
|
frontend/src/hooks/useApi.ts#L48
React Hook useEffect has a missing dependency: 'endpoint'. Either include it or remove the dependency array
|
|
frontend/src/hooks/useApi.ts#L48
React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
|
|
frontend/src/__tests__/LoginForm.test.tsx#L6
'useAuth' is defined but never used
|
|
backend/src/routes/users.ts#L90
Unexpected any. Specify a different type
|
|
backend/src/routes/users.ts#L62
Unexpected any. Specify a different type
|
|
backend/src/routes/users.ts#L39
Unexpected any. Specify a different type
|
|
backend/src/routes/users.ts#L39
Unexpected any. Specify a different type
|
|
backend/src/routes/users.ts#L19
Unexpected any. Specify a different type
|
|
backend/src/middleware/auth.ts#L144
Unexpected any. Specify a different type
|
|
backend/src/middleware/auth.ts#L39
Unexpected any. Specify a different type
|
|
backend/src/middleware/auth.ts#L17
Unexpected any. Specify a different type
|
|
backend/src/middleware/auth.ts#L12
Unexpected any. Specify a different type
|
|
backend/src/handlers/authorizer.ts#L17
Unexpected any. Specify a different type
|
The logs for this run have expired and are no longer available.
Loading