@@ -171,7 +171,7 @@ |
||
| 171 | 171 | { |
| 172 | 172 | $sendToken = collect( |
| 173 | 173 | $user->getTwoFactorAuthProviderOptions() |
| 174 | - )->pluck(['sms', 'phone', 'email'])->filter(function ($value) { |
|
| 174 | + )->pluck(['sms', 'phone', 'email'])->filter(function($value) { |
|
| 175 | 175 | return !empty($value) ? $value : null; |
| 176 | 176 | })->isEmpty(); |
| 177 | 177 | |