fix onboarding pages

This commit is contained in:
Ren Amamiya
2023-05-15 08:02:55 +07:00
parent becf24cbb5
commit 2b4d11182a
9 changed files with 30 additions and 11 deletions

View File

@@ -28,7 +28,7 @@ export function Page() {
const submit = () => {
setOnboarding((prev) => ({ ...prev, pubkey: pubkey, privkey: privkey }));
navigate("/auth/create/step-2");
navigate("/app/auth/create/step-2");
};
return (