Make Onboarding 'Sign In' link preserve next param
cgen-faccb69a4c4b4a0b84d7d634e3da9506
This commit is contained in:
parent
68efb2d887
commit
0f8da846f1
1 changed files with 1 additions and 1 deletions
|
|
@ -466,7 +466,7 @@ export default function Onboarding() {
|
||||||
<div className="text-sm text-muted-foreground">
|
<div className="text-sm text-muted-foreground">
|
||||||
Already have an account?{" "}
|
Already have an account?{" "}
|
||||||
<Link
|
<Link
|
||||||
to="/login"
|
to="/login?next=/onboarding"
|
||||||
className="text-aethex-400 hover:text-aethex-300 underline transition-colors"
|
className="text-aethex-400 hover:text-aethex-300 underline transition-colors"
|
||||||
>
|
>
|
||||||
Sign In
|
Sign In
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue