Skip to content

Commit

Permalink
Revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Oct 16, 2024
1 parent 4daeb77 commit e7d7ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/AuthForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface Props {

function AuthForm({ view }: Props) {
const searchParams = useSearchParams()
const redirectTo = searchParams?.get('redirect_to') || '/dashboard'
const redirectTo = searchParams?.get('redirect_to') || undefined
const router = useRouter()
const user = useUser()

Expand Down

0 comments on commit e7d7ca7

Please sign in to comment.