Skip to content

Commit

Permalink
fix: gitlab service
Browse files Browse the repository at this point in the history
  • Loading branch information
dharamveergit committed Oct 5, 2024
1 parent 8d5c138 commit d1cbd3e
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit d1cbd3e

Please sign in to comment.