Hi Claude,
I just tried what mentioned (adding the "use..." line of code at the top). Unfortunately it didn't work.
Here's the error message I get:
Error: Class 'Drupal\social_login\Form\Drupal' not found in Drupal\social_login\Form\SocialLoginBlo…
Hi Claude,
yesterday I found the solution. I had to add the "@Block" part to the SocialLoginBlock.php:
/**
* Displays a Social Login block.
*
* @Block(
* id = "SocialLoginBlock",
* admin_label = @Translation("Social Login block"),
* )
*…