-
Notifications
You must be signed in to change notification settings - Fork 170
Closed
Labels
Description
🐞 Bug Description
The Google Sign-In button is visible on the homepage, but clicking it does not log the user in. No authentication flow is triggered, and user details are not fetched.
📋 Steps to Reproduce
- Open the project (
index.html
) in the browser. - Locate and click on the Google Sign-In button.
- Observe that nothing happens, or the login flow fails.
🎯 Expected Behavior
- Clicking the Google Sign-In button should trigger the Google authentication flow.
- Users should be able to log in with their Google account.
- On successful login, user details (name, email, profile picture) should be displayed, and their data should be synced.
📸 Screenshots

💻 Environment
- OS: Windows 11
- Browser: Chrome 119
- Version: v1.0.0
✅ Additional Context
- Likely related to Google Identity Services (GIS) integration or missing API credentials.
- This bug blocks users from using Google-based authentication, which is essential for cloud syncing and personalized paper management.