We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ecb25b + bcf52db commit f99a708Copy full SHA for f99a708
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