diff options
| author | James Elliott <james-d-elliott@users.noreply.github.com> | 2022-07-11 16:24:09 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-11 16:24:09 +1000 |
| commit | f115f77df8302f35f37fde3a87362f4f94600ce1 (patch) | |
| tree | 4a697c133e3a71482316a90b1d43529741d6f242 /internal/handlers/const.go | |
| parent | 897558aba2df2142f827027ec79b890a7bcda739 (diff) | |
fix(web): offline_access consent description (#3679)
Diffstat (limited to 'internal/handlers/const.go')
| -rw-r--r-- | internal/handlers/const.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/handlers/const.go b/internal/handlers/const.go index 3eea1161a..a43fa75b9 100644 --- a/internal/handlers/const.go +++ b/internal/handlers/const.go @@ -28,10 +28,6 @@ var ( headerRemoteEmail = []byte("Remote-Email") ) -var ( - headerContentTypeValueTextPlain = []byte("text/plain; charset=utf-8") -) - const ( // Forbidden means the user is forbidden the access to a resource. Forbidden authorizationMatching = iota |
