Skip to content

Commit

Permalink
Merge pull request #1617 from sania-2912/main
Browse files Browse the repository at this point in the history
Fully Functional login with google and signup with google button options
  • Loading branch information
ANSHIKA-26 authored Nov 2, 2024
2 parents 0e4dd6d + 594f2ae commit f166626
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 391 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,8 @@ <h2 class="text-center">Login</h2>
transition: 0.5s ease;
}
</style>
<!-- Google Sign-In Button -->
<button type="button" class="btn google-btn" onclick="handleGoogleLogin()">
<!-- Google Login Button -->
<button type="button" class="btn google-btn" onclick="window.location.href='https://accounts.google.com/v3/signin/identifier?authuser=0&continue=https%3A%2F%2Fmyaccount.google.com%2F&ec=GAlAwAE&hl=en_GB&service=accountsettings&flowName=GlifWebSignIn&flowEntry=AddSession&dsh=S1527110508%3A1729760212648495&ddm=0'">
<img src="./assets/google_icon.webp" alt="Google Logo" class="google-logo">
Sign in with Google</button>
<button type="button" class="btn btn-secondary w-100" onclick="closeForm('login')">CLOSE</button>
Expand Down Expand Up @@ -456,7 +456,7 @@ <h2 class="text-center">Signup</h2>
</div>
<button type="submit" class="btn btn-primary w-100 mb-3">SIGNUP</button>
<!-- Google Sign-In Button -->
<button type="button" class="btn google-btn" onclick="handleGoogleLogin()">
<button type="button" class="btn google-btn" onclick="window.location.href='https://accounts.google.com/v3/signin/identifier?authuser=0&continue=https%3A%2F%2Fmyaccount.google.com%2F&ec=GAlAwAE&hl=en_GB&service=accountsettings&flowName=GlifWebSignIn&flowEntry=AddSession&dsh=S1527110508%3A1729760212648495&ddm=0'">
<img src="./assets/google_icon.webp" alt="Google Logo" class="google-logo">
Sign in with Google</button>
<button type="button" class="btn btn-secondary w-100" onclick="closeForm('signup')">CLOSE</button>
Expand Down
200 changes: 0 additions & 200 deletions login.html

This file was deleted.

Loading

1 comment on commit f166626

@vercel
Copy link

@vercel vercel bot commented on f166626 Nov 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.