hf: fix env name
This commit is contained in:
parent
e41e2a9a80
commit
c100e7fc9d
@ -39,7 +39,7 @@ export default async function Login() {
|
||||
Sign in with Authentik
|
||||
</Button>
|
||||
</motion.div>
|
||||
{process.env.SIGNUP_ENABLED === "true" ? (
|
||||
{process.env.NEXT_PUBLIC_SIGNUP_ENABLED === "true" ? (
|
||||
<Link href="/account/signup">
|
||||
<motion.div
|
||||
initial={{ scale: 0.95 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user