Problem/Motivation
Several 4.x implementations specify social_auth_*.settings_form in their hook_help and *.info.yml implementations, causing a Route "social_auth_github.settings_form" does not exist." error on install.
Steps to reproduce
Install the module from Drush. Observe the route does not exist error.
Proposed resolution
Correct the help route to help.page.social_auth_discord.
As per the docs, correct the *.info.yml:
configure: social_auth.network.settings_form
configure_parameters:
network: discord
Remaining tasks
User interface changes
API changes
Data model changes
Comments
Comment #2
jcandan commentedComment #4
jcandan commented