diff --git a/.gitignore b/.gitignore
index 6590e21299..225a4b93b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -171,3 +171,5 @@ ig*
.github_access_token
LICENSE.rtf
autogpt_platform/backend/settings.py
+/.auth
+/autogpt_platform/frontend/.auth
diff --git a/autogpt_platform/frontend/src/app/profile/page.tsx b/autogpt_platform/frontend/src/app/profile/page.tsx
index 93d9b77085..c1df9e705f 100644
--- a/autogpt_platform/frontend/src/app/profile/page.tsx
+++ b/autogpt_platform/frontend/src/app/profile/page.tsx
@@ -143,7 +143,9 @@ export default function PrivatePage() {
return (
-
Hello {user.email}
+
+ Hello {user.email}
+