Skip to content

Commit f8932e9

Browse files
Merge pull request #6515 from thaJeztah/rm_authconfig_email
cli/config/types: remove deprecated AuthConfig.Email field
2 parents a61ecaf + e9664b9 commit f8932e9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cli/config/types/authconfig.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ type AuthConfig struct {
66
Password string `json:"password,omitempty"`
77
Auth string `json:"auth,omitempty"`
88

9-
// Email is an optional value associated with the username.
10-
//
11-
// Deprecated: This field is deprecated since docker 1.11 (API v1.23) and will be removed in the next release.
12-
Email string `json:"email,omitempty"`
13-
149
ServerAddress string `json:"serveraddress,omitempty"`
1510

1611
// IdentityToken is used to authenticate the user and get

0 commit comments

Comments
 (0)