Improve password change process #8

Merged
aidan merged 5 commits from password-change-fixes into main 2025-04-15 21:01:21 +00:00
Showing only changes of commit 97db7d3a76 - Show all commits

View File

@ -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 }}