style(openid/client): remove unused struct field

This commit is contained in:
Trong Huu Nguyen
2022-09-16 20:03:24 +02:00
parent d732a5b3cd
commit d718c36595

View File

@@ -66,7 +66,6 @@ func NewLogin(c *Client, r *http.Request) (*Login, error) {
type Login struct {
authCodeURL string
callbackURL string
canonicalRedirect string
cookie *openid.LoginCookie
params *loginParameters