diff --git a/README.md b/README.md
index 67b6d519c..756f65f92 100644
--- a/README.md
+++ b/README.md
@@ -333,7 +333,7 @@ Infisical officially launched as v.1.0 on November 21st, 2022. There are a lot o
-
+
## 🌎 Translations
diff --git a/frontend/components/RouteGuard.js b/frontend/components/RouteGuard.js
index c5f6feb35..f3693abec 100644
--- a/frontend/components/RouteGuard.js
+++ b/frontend/components/RouteGuard.js
@@ -68,18 +68,5 @@ export default function RouteGuard({ children }) {
}
}
- if (authorized) {
- return children;
- } else {
- return (
-