feat: update create account flow

This commit is contained in:
2024-01-07 16:39:05 +07:00
parent 7554a35c31
commit 87099c6388
14 changed files with 486 additions and 833 deletions

View File

@@ -7,7 +7,7 @@ export function AuthLayout({ platform }: { platform: Platform }) {
const location = useLocation();
const navigate = useNavigate();
const canGoBack = location.key === "default";
const canGoBack = location.pathname.length > 6;
return (
<div className="flex flex-col w-screen h-screen bg-black text-neutral-50">