You are here

function social_auth_preprocess_login_with in Social Auth 8

Same name and namespace in other branches
  1. 8.2 social_auth.module \social_auth_preprocess_login_with()
  2. 3.x social_auth.module \social_auth_preprocess_login_with()

Implements hook_preprocess_HOOK().

File

./social_auth.module, line 22
Allows login using different social networking services.

Code

function social_auth_preprocess_login_with(&$variables) {
  $variables['base_path'] = base_path();
}