completionId: cgen-f12efc1980d74f84bd93d1018ab722fd
cgen-f12efc1980d74f84bd93d1018ab722fd
This commit is contained in:
parent
72f0b23041
commit
772f229677
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ export default function Login() {
|
|||
signature,
|
||||
redirectTo:
|
||||
window.location.origin +
|
||||
(profileComplete ? "/dashboard" : "/onboarding"),
|
||||
(profile ? "/dashboard" : "/onboarding"),
|
||||
}),
|
||||
})
|
||||
.then((r) => (r.ok ? r.json() : null))
|
||||
|
|
|
|||
Loading…
Reference in a new issue