diff --git a/src/components/Authenticated/Authenticated.tsx b/src/components/Authenticated/Authenticated.tsx
index 9b51d6d0..7e4b88e8 100644
--- a/src/components/Authenticated/Authenticated.tsx
+++ b/src/components/Authenticated/Authenticated.tsx
@@ -3,10 +3,14 @@ import { Fragment } from 'react';
import { IAuthenticatedProps } from './types';
import { useAuthRoles } from '@/hooks';
-const Authenticated = ({ children, role = 'User' }: IAuthenticatedProps) => {
+const Authenticated = ({
+ children,
+ bypass = false,
+ role = 'User',
+}: IAuthenticatedProps) => {
const isAuthenticated = useAuthRoles(role);
- if (!isAuthenticated) return
- O abrigo aceita animais -
- ) : ( -- O abrigo não aceita animais -
- ) - ) : ( - Não informado se aceita animais - ) - } - /> -+ O abrigo aceita animais +
+ ) : ( ++ O abrigo não aceita animais +
+ ) + ) : ( + Não informado se aceita animais + ) + } + /> +