Skip to content

Commit

Permalink
SonarCloud security hotspot fix: using https instead of http
Browse files Browse the repository at this point in the history
  • Loading branch information
CDellaGiusta committed Mar 3, 2025
1 parent 531f7e7 commit 59751ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/html/src/manager/login/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const products = {
productName: "Uyuni",
headerTitle: "Uyuni",
bodyTitle: "Uyuni",
url: "http://www.uyuni-project.org/",
url: "https://www.uyuni-project.org/",
title: "Uyuni login page",
},
};
Expand Down

0 comments on commit 59751ed

Please sign in to comment.