diff --git a/src/components/Authorization/Authorization.tsx b/src/components/Authorization/Authorization.tsx
index 6645687eb3d0ac4091df081cc62047ee51f71ca4..20676a44adfa6b26eaaa80a4a018d155def22d17 100644
--- a/src/components/Authorization/Authorization.tsx
+++ b/src/components/Authorization/Authorization.tsx
@@ -18,8 +18,6 @@ interface WithAuthProps {
   allowedRoles: string[];
 }
 
-// FIX: Sometimes the login page is displayed the circle rather than the login page.
-
 /* eslint-disable react/jsx-props-no-spreading */
 /**
  *