Skip to content

Commit f99a708

Browse files
authored
Merge pull request #2277 from dgageot/fix-url
Fix url
2 parents 6ecb25b + bcf52db commit f99a708

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)