import { JwtSignUpView } from 'src/auth/view/party-user-jwt'; import { CONFIG } from 'src/global-config'; // ---------------------------------------------------------------------- const metadata = { title: `Sign up | Jwt - ${CONFIG.appName}` }; export default function Page() { return ( <>