hardcode redir for vercel deploy
This commit is contained in:
@@ -43,7 +43,7 @@ export default function Signup() {
|
||||
.then(async () => {
|
||||
await signIn<"credentials">("credentials", {
|
||||
...data,
|
||||
callbackUrl: "http://localhost:3000/dashboard",
|
||||
callbackUrl: "https://app.documenso.com/dashboard",
|
||||
});
|
||||
})
|
||||
.catch((err) => {
|
||||
|
||||
Reference in New Issue
Block a user