diff --git a/src/app/profile/create/ProfileCreationHandler.tsx b/src/app/profile/create/ProfileCreationHandler.tsx index 10af515..1aa3a98 100644 --- a/src/app/profile/create/ProfileCreationHandler.tsx +++ b/src/app/profile/create/ProfileCreationHandler.tsx @@ -1,5 +1,6 @@ 'use client'; +import { Box, CircularProgress, Typography } from '@mui/material'; import { useRouter, useSearchParams } from 'next/navigation'; import { useEffect, useState } from 'react'; @@ -203,12 +204,21 @@ export function ProfileCreationHandler({ return ( <> {loadingUser ? ( -
Preparing your profileā¦
-