Skip to content

Commit

Permalink
Merge pull request #18 from dharamveergit/main
Browse files Browse the repository at this point in the history
bug fixes
  • Loading branch information
dharamveergit authored Oct 5, 2024
2 parents 019b0f5 + d1cbd3e commit ee969cb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/deploy-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"clsx": "^2.0.0",
"cosmjs-types": "^0.9.0",
"date-fns": "^2.29.3",
"dotenv": "^16.4.5",
"file-saver": "^2.0.5",
"geist": "^1.3.0",
"http-proxy": "^1.18.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class GitLabService {
}
});

public handleGitLabLogin() {
public loginWithGitLab() {
window.location.href = `https://gitlab.com/oauth/authorize?client_id=${browserEnvConfig.NEXT_PUBLIC_GITLAB_CLIENT_ID}&redirect_uri=${process.env.NEXT_PUBLIC_REDIRECT_URI}&response_type=code&scope=read_user+read_repository+read_api+api&state=gitlab`;
}

Expand Down
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ee969cb

Please sign in to comment.