From 9fbe0a0c3ed335bda32117cde47d4976454e93cb Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Thu, 21 Jul 2022 16:09:45 +0100 Subject: [PATCH] Update account.php --- app/controllers/api/account.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/controllers/api/account.php b/app/controllers/api/account.php index ce7d3762f5..31f7f6b06b 100644 --- a/app/controllers/api/account.php +++ b/app/controllers/api/account.php @@ -527,14 +527,6 @@ App::get('/v1/account/sessions/oauth2/:provider/redirect') payload: $user ); - Realtime::send( - projectId: 'console', - payload: $user->getArrayCopy(), - events: $allEvents, - channels: $target['channels'], - roles: $target['roles'] - ); - Realtime::send( projectId: $project->getId(), payload: $user->getArrayCopy(),