Update account.php

This commit is contained in:
Bradley Schofield
2022-07-21 16:09:45 +01:00
parent 00b569eb6b
commit 9fbe0a0c3e
-8
View File
@@ -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(),