8000 Remove extra period · coder/coder@22ff6c8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 22ff6c8

Browse files
committed
Remove extra period
1 parent 10ab1c9 commit 22ff6c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enterprise/coderd/oauth2_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ func authorizationFlow(ctx context.Context, client *codersdk.Client, cfg *oauth2
11331133
// have to click "allow" first, and the way we detect that is using the
11341134
// origin and referer headers).
11351135
// Normally origin does not include the path, but it is not relevant to
1136-
// the check we make..
1136+
// the check we make.
11371137
req.Header.Set(httpmw.OriginHeader, client.URL.String())
11381138
req.Header.Set("Referer", client.URL.String())
11391139
})

0 commit comments

Comments
 (0)
0