- fixes
This commit is contained in:
@@ -271,7 +271,7 @@ UserSchema.methods.toProfileJSON = function () {
|
||||
hasLinkedFacebook: !!this.getAuthStrategy('facebook'),
|
||||
hasLinkedGoogle: !!this.getAuthStrategy('google'),
|
||||
hasLocalAccount: !!this.getAuthStrategy('local'),
|
||||
_id: this.id,
|
||||
id: this.id,
|
||||
isAllowedToBid: this.isAllowedToBid,
|
||||
isOrganizationEmployee: this.isOrganizationEmployee,
|
||||
isVerified: this.isVerified,
|
||||
|
||||
Reference in New Issue
Block a user