From 9462e9f50ee6070c5edd4bb4bfeb3b25f0f6dc96 Mon Sep 17 00:00:00 2001
From: ahmad-abbad <ahmad-abbad@2699931.no-reply.drupal.org>
Date: Fri, 5 Jan 2018 02:47:46 +0200
Subject: [PATCH] Issue #2934280 by Ahmad Abbad: Updated [Login Destination]
 module from 8.1.x-dev-944d78f to 8.1.x-dev-54be8b8

---
 composer.json   | 6 +-----
 drupal-org.make | 4 +---
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/composer.json b/composer.json
index dd23596e..1d8e321e 100644
--- a/composer.json
+++ b/composer.json
@@ -139,7 +139,7 @@
     "drupal/masonry": "1.0-rc2",
     "drupal/charts": "3.0-alpha7",
     "drupal/google_analytics_reports": "3.x-dev#2b6bb8efbc7f61ce3c1225638075aa6037b8db44",
-    "drupal/login_destination": "1.x-dev#944d78fbf01853244d8e01f63b41dc37d5f99e50",
+    "drupal/login_destination": "1.x-dev#54be8b89fdc073ca40af6b9b2eeb050e0aeb7908",
     "drupal/ckeditor_media_embed": "1.1",
     "drupal/total_control": "2.0-alpha3",
     "drupal/anchor_link": "1.6",
@@ -335,10 +335,6 @@
       "drupal/ctools": {
         "Issue #2820783: Fix Block.php notices and warnings.":
         "https://www.drupal.org/files/issues/fixblockpager-2820783-27.patch"
-      },
-      "drupal/login_destination": {
-        "Issue #2931356: Fixes Route Error.":
-        "https://www.drupal.org/files/issues/2931356-5.patch"
       }
     }
   }
diff --git a/drupal-org.make b/drupal-org.make
index c16a09a3..7a61686e 100644
--- a/drupal-org.make
+++ b/drupal-org.make
@@ -305,10 +305,8 @@ projects[google_analytics_reports][patch][] = https://www.drupal.org/files/issue
 
 projects[login_destination][type] = module
 projects[login_destination][download][url] = https://git.drupal.org/project/login_destination.git
-projects[login_destination][download][revision] = 944d78fbf01853244d8e01f63b41dc37d5f99e50
+projects[login_destination][download][revision] = 54be8b89fdc073ca40af6b9b2eeb050e0aeb7908
 projects[login_destination][download][branch] = 8.x-1.x
-;; Issue #2931356: Fixes Route Error.
-projects[login_destination][patch][] = https://www.drupal.org/files/issues/2931356-5.patch
 
 projects[ckeditor_media_embed][type] = module
 projects[ckeditor_media_embed][version] = 1.1
-- 
GitLab