1
0
Fork 0
mirror of synced 2024-07-10 00:46:05 +12:00

Merge branch 'feat-mailgun-provider' of https://github.com/appwrite/appwrite into feat-topics-controller

This commit is contained in:
Prateek Banga 2023-09-13 00:54:02 +05:30
commit fbd4712a72
2 changed files with 3 additions and 4 deletions

View file

@ -430,7 +430,6 @@ App::post('/v1/users/:userId/targets')
], ],
'providerId' => $providerId, 'providerId' => $providerId,
'providerInternalId' => $provider->getInternalId(), 'providerInternalId' => $provider->getInternalId(),
'providerType' => null,
'userId' => $userId, 'userId' => $userId,
'userInternalId' => $user->getInternalId(), 'userInternalId' => $user->getInternalId(),
'identifier' => $identifier, 'identifier' => $identifier,

View file

@ -154,9 +154,9 @@ class V16Test extends TestCase
public function projectProvider(): array public function projectProvider(): array
{ {
return [ return [
'providers' => [ 'authProviders' => [
[ [
'providers' => [ 'authProviders' => [
[ [
'key' => 'github', 'key' => 'github',
'name' => 'GitHub', 'name' => 'GitHub',
@ -167,7 +167,7 @@ class V16Test extends TestCase
], ],
], ],
[ [
'providers' => [ 'authProviders' => [
[ [
'name' => 'Github', 'name' => 'Github',
'appId' => 'client_id', 'appId' => 'client_id',