Compare commits

..

No commits in common. "97db7d3a76547a9546d20322d623be719ba7945d" and "4bd35c52f4bbb750b9f3bef707834c33a65d95ce" have entirely different histories.

View File

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