We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 640d632 commit 145a564Copy full SHA for 145a564
apps/web/src/components/AuthForm.tsx
@@ -72,8 +72,8 @@ function AuthForm({ view }: Props) {
72
}}
73
redirectTo={
74
view === 'forgotten_password'
75
- ? `${process.env.NEXT_PUBLIC_BASE_URL}/auth/update-password`
76
- : `${process.env.NEXT_PUBLIC_BASE_URL}/dashboard`
+ ? `${document.location.origin}/auth/update-password`
+ : `${document.location.origin}/dashboard`
77
}
78
/>
79
</div>
0 commit comments