Skip to content

Commit 6d0a6e0

Browse files
return base url with https
1 parent 9ec1c81 commit 6d0a6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/OpenidController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ private function linkToRoute($route) {
1919
return "/$route";
2020
}
2121
private function getBaseUrl($httpHost) {
22-
return "http://$httpHost";
22+
return "https://$httpHost";
2323
}
2424
private function getAbsoluteUrl($relativeUrl, $baseUrl) {
2525
return "$baseUrl$relativeUrl";

0 commit comments

Comments
 (0)