Compare commits
2 Commits
4bd35c52f4
...
97db7d3a76
Author | SHA1 | Date | |
---|---|---|---|
97db7d3a76 | |||
c100e7fc9d |
@ -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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user