Skip to content

Commit 8e68922

Browse files
committed
fix typo
1 parent 2cc758f commit 8e68922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/identityprovider/tokens.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func extractTokenParams(r *http.Request, callbackURL *url.URL) (tokenParams, []c
7676

7777
// Tokens
7878
// TODO: the sessions lifetime config passed is for coder api tokens.
79-
// Should er have a separate config for oauth2 tokens? They are related,
79+
// Should there be a separate config for oauth2 tokens? They are related,
8080
// but they are not the same.
8181
func Tokens(db database.Store, lifetimes codersdk.SessionLifetime) http.HandlerFunc {
8282
return func(rw http.ResponseWriter, r *http.Request) {

0 commit comments

Comments
 (0)