Skip to content

Commit

Permalink
replace with https
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Feb 22, 2024
1 parent dfff93e commit e520173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/common/NeedToLogin.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { getAuthUrl } from '../../middleware/authMiddleware';
import IcOutlineLogin from '~icons/ic/outline-login';
const loginUrl = await getAuthUrl(Astro.url.toString());
const loginUrl = await getAuthUrl(Astro.url.toString().replace("http://", "https://"));
interface Props {
message?: string;
Expand Down

0 comments on commit e520173

Please sign in to comment.