We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68994bd commit dfe761eCopy full SHA for dfe761e
1 file changed
pkg/desktop/login.go
@@ -15,6 +15,6 @@ func GetToken(ctx context.Context) string {
15
16
func GetUserInfo(ctx context.Context) DockerHubInfo {
17
var info DockerHubInfo
18
- _ = ClientBackend.Get(ctx, "/registry/username", &info)
+ _ = ClientBackend.Get(ctx, "/registry/info", &info)
19
return info
20
}
0 commit comments