N°6340 - Fix permission refused when sending an email and renewing OAuth token in synchronous mode

This commit is contained in:
Stephen Abello
2023-07-06 10:28:10 +02:00
parent 3048c8c41f
commit f94d67ab35

View File

@@ -202,6 +202,7 @@
$this->Set('refresh_token', $oAccessToken->getRefreshToken());
}
$this->Set('status', 'active');
$this->AllowWrite();
$this->DBUpdate();
}
]]></code>