Skip to content

Commit

Permalink
undo https change
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Feb 23, 2024
1 parent 3357bb1 commit af3711e
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().replace('http://', 'https://'));
const loginUrl = await getAuthUrl(Astro.url.toString());
interface Props {
message?: string;
Expand Down

0 comments on commit af3711e

Please sign in to comment.