diff --git a/controller/auth/oidc.go b/controller/auth/oidc.go index e78e9367..9d9d86f7 100644 --- a/controller/auth/oidc.go +++ b/controller/auth/oidc.go @@ -1,7 +1,7 @@ package auth import ( - "bytes" + "strings" "encoding/json" "errors" "fmt"