Skip to main content
The Profile page allows users to view their account information, update their public profile settings, and manage authentication actions like password resets.

Accessing Your Profile

Navigate to /profile or /app/profile while signed in. The profile page displays your account identity, connected authentication providers, and profile settings. Route: /profile or /app/profile

Account Identity

The Account Identity card displays your core account details.

Displayed Information

FieldDescription
Display NameYour current public display name
EmailThe email address associated with your account (or “No email address”)
AvatarProfile image preview (shows initials if no avatar URL is set)
Auth ProvidersConnected authentication methods (e.g., “email”, “google”)
Last Sign InTimestamp of your most recent sign-in
JoinedAccount creation timestamp

Public Profile Settings

The Public profile settings section allows you to customize how your account appears throughout AdRecon.

Editable Fields

1

Display Name

Your public display name (max 100 characters). This is shown in the app UI and any future collaboration features.
2

Profile Image URL

A direct URL to your profile avatar image. The preview updates as you type. If the image fails to load, your initials are shown instead.
3

Bio

A short biography for your account (max 240 characters). The character counter updates as you type.
4

Website

Your website URL (e.g., https://your-site.com). Displayed with a globe icon.

Saving Changes

Click Save changes to update your profile. The button is disabled until you make an edit.
Display name and profile image are stored in your Supabase user_metadata and are reflected throughout the app immediately after saving.

Send Password Reset Email

Click Send password reset email to trigger a password reset flow. This button is disabled if your account does not have an email address.