We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc758f commit 8e68922Copy full SHA for 8e68922
coderd/identityprovider/tokens.go
@@ -76,7 +76,7 @@ func extractTokenParams(r *http.Request, callbackURL *url.URL) (tokenParams, []c
76
77
// Tokens
78
// TODO: the sessions lifetime config passed is for coder api tokens.
79
-// Should er have a separate config for oauth2 tokens? They are related,
+// Should there be a separate config for oauth2 tokens? They are related,
80
// but they are not the same.
81
func Tokens(db database.Store, lifetimes codersdk.SessionLifetime) http.HandlerFunc {
82
return func(rw http.ResponseWriter, r *http.Request) {
0 commit comments