Add back comments explaining OAuth app credentials
This commit is contained in:
parent
213f4a5333
commit
72bde685b0
1 changed files with 3 additions and 1 deletions
|
|
@ -18,7 +18,9 @@ const (
|
|||
)
|
||||
|
||||
var (
|
||||
oauthClientID = "178c6fc778ccc68e1d6a"
|
||||
// The "GitHub CLI" OAuth app
|
||||
oauthClientID = "178c6fc778ccc68e1d6a"
|
||||
// This value is safe to be embedded in version control
|
||||
oauthClientSecret = "34ddeff2b558a23d38fba8a6de74f086ede1cc0b"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue