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