1
0
Fork 0
mirror of synced 2024-07-06 07:00:56 +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,
'providerInternalId' => $provider->getInternalId(),
'providerType' => null,
'userId' => $userId,
'userInternalId' => $user->getInternalId(),
'identifier' => $identifier,

View file

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