feat: add image upload for avatar and banner
This commit is contained in:
@@ -31,7 +31,7 @@ export default async function EditProfilePage() {
|
||||
This is how others will see you on the site.
|
||||
</p>
|
||||
</div>
|
||||
<EditProfileForm currentUser={me} />
|
||||
<EditProfileForm currentUser={me} token={token} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user