style(openid/client): remove unused struct field

This commit is contained in:
Trong Huu Nguyen
2022-09-19 08:41:20 +02:00
parent d732a5b3cd
commit d718c36595
-1
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