mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fix msg91 params
This commit is contained in:
@@ -409,7 +409,8 @@ class Messaging extends Action
|
||||
],
|
||||
'msg91' => [
|
||||
'senderId' => $user,
|
||||
'authKey' => $password
|
||||
'authKey' => $password,
|
||||
'templateId' => $smsDSN->getParam('templateId'),
|
||||
],
|
||||
'vonage' => [
|
||||
'apiKey' => $user,
|
||||
|
||||
Reference in New Issue
Block a user