Skip to content

Commit

Permalink
fix: Change redirect url to use current domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitsupitsu committed Oct 5, 2024
1 parent abda9f2 commit 28e0dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Callbacks, Products } from "@stytch/vanilla-js"
import { Container } from "@radix-ui/themes"

const Login = () => {
const REDIRECT_URL = "http://localhost:5173/dashboard"
const REDIRECT_URL = "/dashboard"
const config = {
products: [Products.passwords],
passwordOptions: {
Expand Down

0 comments on commit 28e0dea

Please sign in to comment.