Default to account settings
This commit is contained in:
parent
92eed41ace
commit
5be5e328ae
|
@ -1,11 +1,7 @@
|
||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import { Heading } from '@radix-ui/themes';
|
import { redirect } from 'next/navigation';
|
||||||
|
|
||||||
export default function Home() {
|
export default function Home() {
|
||||||
return (
|
return redirect("/self-service");
|
||||||
<>
|
|
||||||
<Heading size="9">Welcome back.</Heading>
|
|
||||||
</>
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue