Compare commits

..

2 Commits

Author SHA1 Message Date
97db7d3a76 Merge branch 'main' into password-change-fixes 2025-04-15 21:00:40 +00:00
c100e7fc9d hf: fix env name 2025-04-15 08:17:40 -04:00

View File

@ -39,7 +39,7 @@ export default async function Login() {
Sign in with Authentik Sign in with Authentik
</Button> </Button>
</motion.div> </motion.div>
{process.env.SIGNUP_ENABLED === "true" ? ( {process.env.NEXT_PUBLIC_SIGNUP_ENABLED === "true" ? (
<Link href="/account/signup"> <Link href="/account/signup">
<motion.div <motion.div
initial={{ scale: 0.95 }} initial={{ scale: 0.95 }}