Skip to content
This repository has been archived by the owner on Apr 20, 2019. It is now read-only.

Commit

Permalink
random RunActivationTest)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe committed Feb 28, 2015
1 parent e4ec347 commit acb3852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ var (
Endpoint: githuboauth.Endpoint,
}
// random string for oauth2 API calls to protect against CSRF
oauthStateString = "thisshouldberandom"
oauthStateString = randString(24)
)

func main() {
Expand Down

0 comments on commit acb3852

Please sign in to comment.