1
0
Fork 0
mirror of synced 2024-06-01 18:39:57 +12:00

feat: indentation

This commit is contained in:
Christy Jacob 2021-05-28 12:32:39 +05:30
parent faa7c3e708
commit f4538f0c6b

View file

@ -580,9 +580,7 @@ App::get('/v1/account/sessions/oauth2/:provider/redirect')
->setParam('data', ['provider' => $provider])
;
$events
->setParam('eventData', $response->output($session, Response::MODEL_SESSION))
;
$events->setParam('eventData', $response->output($session, Response::MODEL_SESSION));
if (!Config::getParam('domainVerification')) {
$response