diff --git a/app/Console/Commands/SyncAccounts.php b/app/Console/Commands/SyncAccounts.php index 4832f2edcb..8b163a77c8 100644 --- a/app/Console/Commands/SyncAccounts.php +++ b/app/Console/Commands/SyncAccounts.php @@ -61,7 +61,7 @@ class SyncAccounts extends Command $a = Company::whereIn('plan', ['pro', 'enterprise']) ->with('accounts') - ->chunk(100)->each(function ($company) use ($data){ + ->cursor()->each(function ($company) use ($data){ $accounts = $company->accounts->pluck('account_key'); diff --git a/public/images/btn_facebook_signin.png b/public/images/btn_facebook_signin.png new file mode 100644 index 0000000000..aa4f62348c Binary files /dev/null and b/public/images/btn_facebook_signin.png differ diff --git a/public/images/btn_github_signin.png b/public/images/btn_github_signin.png new file mode 100644 index 0000000000..007be18580 Binary files /dev/null and b/public/images/btn_github_signin.png differ diff --git a/public/images/btn_google_signin_dark_normal_web@2x.png b/public/images/btn_google_signin_dark_normal_web@2x.png new file mode 100644 index 0000000000..f27bb24330 Binary files /dev/null and b/public/images/btn_google_signin_dark_normal_web@2x.png differ diff --git a/public/images/btn_linkedin_signin.png b/public/images/btn_linkedin_signin.png new file mode 100644 index 0000000000..a3faf3b850 Binary files /dev/null and b/public/images/btn_linkedin_signin.png differ