aboutsummaryrefslogtreecommitdiff
path: root/TROUBLESHOOTING.md
diff options
context:
space:
mode:
authorGravatar merwanehamadi <merwanehamadi@gmail.com> 2023-09-22 17:48:53 -0700
committerGravatar GitHub <noreply@github.com> 2023-09-22 17:48:53 -0700
commit98b32c627666967392dc1652f7378a6dfd7ca6ac (patch)
treee8edcf426d1b3c788750fda103711e60a0130126 /TROUBLESHOOTING.md
parentAdd way to troubleshoot poetry (diff)
downloadAuto-GPT-98b32c627666967392dc1652f7378a6dfd7ca6ac.tar.gz
Auto-GPT-98b32c627666967392dc1652f7378a6dfd7ca6ac.tar.bz2
Auto-GPT-98b32c627666967392dc1652f7378a6dfd7ca6ac.zip
Remove troubleshooting for Authentication
Diffstat (limited to 'TROUBLESHOOTING.md')
-rw-r--r--TROUBLESHOOTING.md22
1 files changed, 3 insertions, 19 deletions
diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md
index 40743add7..967df1017 100644
--- a/TROUBLESHOOTING.md
+++ b/TROUBLESHOOTING.md
@@ -1,24 +1,5 @@
This page is a list of issues you could encounter along with their fixes.
-# Frontend
-**Github Authentication**
-
-Error during GitHub Sign-In: [firebase_auth/account-exists-with-different-credential]
-An account already exists with the same email address but different sign-in
-credentials. Sign in using a provider associated with this email address.
-
-*Solution*
-
-Reset the frontend folder
-go to the root of the repository
-
-```
-rm -rf frontend
-git checkout origin/master frontend
-```
----
-<!-- Add other change here -->
-
# Forge
**Poetry configuration invalid**
@@ -32,3 +13,6 @@ Update poetry
### Benchmark
TODO
+
+# Frontend
+TODO