chore(deps): update oidc to 1.2.0 (#3363)

* chore(deps): update oidc to 1.2.0

* add comment
This commit is contained in:
Livio Amstutz
2022-04-05 09:22:00 +02:00
committed by GitHub
parent c740ee5d81
commit b949b8fc65
6 changed files with 10 additions and 9 deletions

View File

@@ -29,7 +29,6 @@ import (
const (
HandlerPrefix = "/oauth/v2"
AuthCallback = HandlerPrefix + "/authorize/callback?id="
)
type Config struct {