| @@ -14,7 +14,7 @@ | ||
| 14 | 14 |      { | 
| 15 | 15 |          if($provider === 'twitter'){ | 
| 16 | 16 | $user = Socialite::driver($provider)->user(); | 
| 17 | -        }else { | |
| 17 | +        } else { | |
| 18 | 18 | $user = Socialite::driver($provider)->stateless()->user(); | 
| 19 | 19 | } | 
| 20 | 20 | |
| @@ -106,7 +106,7 @@ | ||
| 106 | 106 | } | 
| 107 | 107 | |
| 108 | 108 |              return redirect()->route('wizard.profile'); | 
| 109 | -        }catch (ValidationException $e) { | |
| 109 | +        } catch (ValidationException $e) { | |
| 110 | 110 | $attributes = $e->validator->attributes(); | 
| 111 | 111 | $attributes['provider'] = $provider; | 
| 112 | 112 |              return redirect()->route('register-social-network') |