diff --git a/app/complete-profile/page.tsx b/app/complete-profile/page.tsx index 1c89cec2..022f8393 100644 --- a/app/complete-profile/page.tsx +++ b/app/complete-profile/page.tsx @@ -36,7 +36,6 @@ function CompleteProfileContent() { const [usernameError, setUsernameError] = useState(''); const [user, setUser] = useState(null); const [isValidating, setIsValidating] = useState(true); - const [oauthProvider, setOauthProvider] = useState(''); const usernameCheckTimeout = useRef | null>(null); const getSupabaseClient = () => { @@ -107,8 +106,6 @@ function CompleteProfileContent() { setLastName(oauthLastName); } - // Set OAuth provider for UI display - setOauthProvider(metadata.provider || 'unknown'); console.log('OAuth provider data:', { provider: metadata.provider || 'unknown', @@ -251,7 +248,7 @@ function CompleteProfileContent() { return; } - toast.success('Profile completed successfully! Welcome to CodeUnia! 🎉'); + toast.success('Profile completed successfully! Welcome to Codeunia! 🎉'); router.push(returnUrl); } catch (error) { console.error('Error updating profile:', error); @@ -304,7 +301,7 @@ function CompleteProfileContent() { Welcome! Let's set up your profile

- Complete your profile to get started with CodeUnia. This will only take a moment. + Complete your profile to get started with Codeunia. This will only take a moment.

@@ -313,11 +310,7 @@ function CompleteProfileContent() { {/* First Name */}

- By continuing, you agree to CodeUnia's{' '} + By continuing, you agree to Codeunia's{' '} Terms of Service {' '}and{' '} Privacy Policy