Skip to content

Commit e7b0afd

Browse files
committed
allow api
1 parent 8b48508 commit e7b0afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cls/SourceControl/Git/OAuth2.cls

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ClassMethod AuthCodeURL(c As SourceControl.Git.OAuth2.Config, namespace As %Stri
2424

2525
ClassMethod GetURLsFromRemote(remote As %String, Output authCodeURL, Output tokenURL) As %Boolean
2626
{
27-
if remote [ "//github.com/" {
27+
if remote [ "github.com/" {
2828
set authCodeURL = "https://github.com/login/oauth/authorize"
2929
set tokenURL = "https://github.com/login/oauth/access_token"
3030
return 1

0 commit comments

Comments
 (0)