Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Feb 22, 2024
1 parent e520173 commit 1977b9d
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().replace('http://', 'https://'));
interface Props {
message?: string;
Expand Down

0 comments on commit 1977b9d

Please sign in to comment.