Add back comments explaining OAuth app credentials

This commit is contained in:
Mislav Marohnić 2020-02-18 19:22:01 +01:00
parent 213f4a5333
commit 72bde685b0

View file

@ -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"
)