Skip to content

Commit

Permalink
oauth2: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-goncalves committed Dec 28, 2022
1 parent b177c21 commit 5acbebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oauth2.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func SetAuthURLParam(key, value string) AuthCodeOption {
//
// State is a token to protect the user from CSRF attacks. You must
// always provide a non-empty string and validate that it matches the
// the state query parameter on your redirect callback.
// state query parameter on your redirect callback.
// See http://tools.ietf.org/html/rfc6749#section-10.12 for more info.
//
// Opts may include AccessTypeOnline or AccessTypeOffline, as well
Expand Down

0 comments on commit 5acbebb

Please sign in to comment.