Skip to content

Commit cb840a7

Browse files
Merge pull request #813 from AaronDennis07/docs/fix-google-oauth-path
docs: correct .env file location for Google OAuth setup
2 parents fa27e53 + 9ac17a4 commit cb840a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Follow these steps to enable Google Sign-In for the project:
138138
- Copy the **Client ID**.
139139
140140
2. **Add Client ID to Environment**
141-
- Open `.env` or create `.env` in `frontend/`.
141+
- Open `.env` or create `.env` in the root of the project.
142142
- Add the following line:
143143
```env
144144
REACT_APP_GOOGLE_CLIENT_ID=your_google_client_id_here

0 commit comments

Comments
 (0)