src/frontend/views/errors/UnAuthorized.tsx
Function UnAuthorized
has 283 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const UnAuthorized: CustomNextPage = () => {
return (
<BaseErrorCmp
code={403}
message="Unauthorized"
File UnAuthorized.tsx
has 287 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
import type { CustomNextPage } from "@/frontend/_layouts/types";
import { BaseErrorCmp } from "./_Base";
// eslint-disable-next-line react/function-component-definition