Commit 2fc7b3d3 authored by Andrew Hughes-Onslow's avatar Andrew Hughes-Onslow Committed by rsvelko
Browse files

Issue #3314925 by kalpaitch, LeoAlcci: Always redirects to current page when...

Issue #3314925 by kalpaitch, LeoAlcci: Always redirects to current page when clicking on the login / logout link
parent 3534a345
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -153,7 +153,7 @@ function login_destination_link_alter(&$variables) {
  if ($url->isRouted() && in_array($url->getRouteName(), $routes)) {
    // Get current path.
    $current = \Drupal::request()->getpathInfo(); /*with lang prefix*/
    $variables['options']['query']['destination'] = $current;
    $variables['options']['query']['current'] = $current;
  }
}