Skip to content

Commit bcf52db

Browse files
committed
Fix url
Signed-off-by: David Gageot <david.gageot@docker.com>
1 parent 6ecb25b commit bcf52db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/desktop/login.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ func GetToken(ctx context.Context) string {
1515

1616
func GetUserInfo(ctx context.Context) DockerHubInfo {
1717
var info DockerHubInfo
18-
_ = ClientBackend.Get(ctx, "/registry/username", &info)
18+
_ = ClientBackend.Get(ctx, "/registry/info", &info)
1919
return info
2020
}

0 commit comments

Comments
 (0)