Skip to content

Commit

Permalink
do not send services
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Oct 24, 2024
1 parent 14bd342 commit cacfbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/app/authentication/server/startup/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { safeGetMeteorUser } from '../../../utils/server/functions/safeGetMeteor
import { isValidAttemptByUser, isValidLoginAttemptByIp } from '../lib/restrictLoginAttempts';

Accounts.config({
defaultFieldSelector: { ...getBaseUserFields(), services: 1 },
defaultFieldSelector: getBaseUserFields(),
forbidClientAccountCreation: true,
});

Expand Down

0 comments on commit cacfbae

Please sign in to comment.