(20241129) Testing MySQL integration for GMail OAuth flow.
This commit is contained in:
@@ -163,8 +163,10 @@ class BaseModel:
|
||||
if self._http_client is not None and self._alert_url is not None:
|
||||
response = await self._http_client.post(
|
||||
url = self._alert_url,
|
||||
headers = {
|
||||
"X-Session-Token": session_token
|
||||
},
|
||||
json = {
|
||||
"sessionToken": session_token,
|
||||
"message": message,
|
||||
"type": alert_type
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user