Skip to content

Commit

Permalink
fix: atomgit auth link missing '/' (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
hacke2 authored Nov 14, 2024
1 parent 52e88d9 commit fbe0844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/code-api/src/atomgit/atomgit.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export class AtomGitAPIService implements ICodeAPIService {
let popupWindow;
if (btn === '去授权') {
popupWindow = window.open(
`${this.config.origin}login/oauth/authorize?client_id=9d8b531661f441d1`,
`${this.config.origin}/login/oauth/authorize?client_id=9d8b531661f441d1`,
'_blank',
'directories=no,titlebar=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=800,height=520,top=150,left=150',
);
Expand Down

0 comments on commit fbe0844

Please sign in to comment.