refactor(pages): add auth middleware to registration page

This commit is contained in:
parent 911a8775bb
commit 8747d6b604
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -21,6 +21,7 @@
unauthenticatedOnly: true,
navigateAuthenticatedTo: "/",
},
middleware: ["auth"],
});
// const { execute } = useChallengeV3('submit');
const vschema = yup.object<FormState>().shape({