diff --git a/src/auth/operations/register.js b/src/auth/operations/register.js index e08487d415..d585b65a9a 100644 --- a/src/auth/operations/register.js +++ b/src/auth/operations/register.js @@ -50,6 +50,7 @@ async function register(args) { hook: 'beforeChange', operation: 'create', req, + overrideAccess, }); // ///////////////////////////////////// @@ -97,6 +98,7 @@ async function register(args) { operation: 'read', req, depth, + overrideAccess, }); // /////////////////////////////////////