Skip to content

Commit

Permalink
Merge pull request #87 from Jivraj-18/main
Browse files Browse the repository at this point in the history
done something
  • Loading branch information
Jivraj-18 authored Nov 23, 2024
2 parents 9929e17 + a1793f4 commit 2cbaed5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/GoogleLogin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default {
client_id:
"1043737632690-hogp7qi303vimd5tflakfhvduodkfjjh.apps.googleusercontent.com",
scope: "email profile openid",
redirect_uri: "https://sundarbans-website.vercel.app/",
redirect_uri: "https://sundarbans.iitmbs.org/",
callback: response => {
if (response.code) {
this.sendCodeToBackend(response.code);
Expand Down
2 changes: 1 addition & 1 deletion src/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
client_id:
"1043737632690-hogp7qi303vimd5tflakfhvduodkfjjh.apps.googleusercontent.com",
scope: "email profile openid",
redirect_uri: "https://sundarbans-website.vercel.app/",
redirect_uri: "https://sundarbans.iitmbs.org/",
callback: response => {
if (response.code) {
this.sendCodeToBackend(response.code);
Expand Down
7 changes: 6 additions & 1 deletion src/components/PhotoCompetition.vue
Original file line number Diff line number Diff line change
Expand Up @@ -391,11 +391,16 @@ export default {
client_id:
"1043737632690-hogp7qi303vimd5tflakfhvduodkfjjh.apps.googleusercontent.com",
scope: "email profile openid",
redirect_uri: "https://sundarbans-website.vercel.app/",
redirect_uri: "https://sundarbans.iitmbs.org/",
callback: response => {
if (response.code) {
this.sendCodeToBackend(response.code);
}
else {
alert(
"Error from google server"
)
}
}
})
.requestCode();
Expand Down

1 comment on commit 2cbaed5

@vercel
Copy link

@vercel vercel bot commented on 2cbaed5 Nov 23, 2024

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

sundarbans – ./

sundarbans-sundarbans-projects.vercel.app
sundarbans-git-main-sundarbans-projects.vercel.app

Please sign in to comment.