mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-05 07:10:30 +01:00
fixes #6176
This commit is contained in:
@@ -245,7 +245,7 @@ define('forum/account/edit', ['forum/account/header', 'translator', 'components'
|
||||
pictureCropper.handleImageCrop({
|
||||
url: url,
|
||||
socketMethod: 'user.uploadCroppedPicture',
|
||||
aspectRatio: '1 / 1',
|
||||
aspectRatio: 1,
|
||||
allowSkippingCrop: false,
|
||||
paramName: 'uid',
|
||||
paramValue: ajaxify.data.theirid,
|
||||
|
||||
Reference in New Issue
Block a user