diff --git a/src/Form/SocialAuthSettingsForm.php b/src/Form/SocialAuthSettingsForm.php index 62dcf21..a8af32e 100644 --- a/src/Form/SocialAuthSettingsForm.php +++ b/src/Form/SocialAuthSettingsForm.php @@ -1,15 +1,9 @@ 'textfield', '#required' => TRUE, '#title' => $this->t('Post login path'), - '#description' => $this->t('Drupal path where the user should be redirected after successful login. Use <front> to redirect user to your front page.'), + '#description' => $this->t('Drupal path where the user should be redirected after successful login. Use <front> to redirect user to your front page. Leave it empty to set the path to page where the process started.'), '#default_value' => $social_auth_config->get('post_login_path'), );