File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ public static class GitLabConstants
10
10
11
11
// Owned by https://gitlab.com/gitcredentialmanager
12
12
public const string OAuthClientId = "172b9f227872b5dde33f4d9b1db06a6a5515ae79508e7a00c973c85ce490671e" ;
13
- public const string OAuthClientSecret = "7da92770d1447508601e4ba026bc5eb655c8268e818cd609889cc9bae2023f39" ;
14
13
15
14
public static readonly Uri OAuthRedirectUri = new Uri ( "http://127.0.0.1/" ) ;
16
15
// https://docs.gitlab.com/ee/api/oauth2.html#authorization-code-flow
Original file line number Diff line number Diff line change @@ -59,7 +59,8 @@ private static string GetClientSecret(ISettings settings)
59
59
return clientSecret ;
60
60
}
61
61
62
- return GitLabConstants . OAuthClientSecret ;
62
+ // no secret necessary
63
+ return null ;
63
64
}
64
65
}
65
66
}
You can’t perform that action at this time.
0 commit comments