This commit is contained in:
Sakurasan
2023-03-24 22:51:53 +08:00
parent 4668571cbc
commit 2cf484cdf1
7 changed files with 541 additions and 2 deletions

View File

@@ -10,8 +10,8 @@ import (
)
var (
clientID = "YOUR_CLIENT_ID"
clientSecret = "YOUR_CLIENT_SECRET"
clientID = "9f75836d51c1cb447fa5"
clientSecret = "3cbedeb77ffa7593b3cc60985aa4212b2cfc0686"
redirectURL = "http://localhost:8080/callback"
)