Browse Source

patched redirect_after_login (can't login)

bach 2 years ago
parent
commit
7bb3b338c0
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/composer.json

+ 5 - 0
src/composer.json

@@ -74,6 +74,11 @@
                 "type:drupal-custom-theme"
             ]
         },
+        "patches": {
+            "drupal/redirect_after_login": {
+              "Headers have already been sent after upgrade to Drupal 9.2 (can't login) https://www.drupal.org/project/redirect_after_login/issues/3214949" : "https://www.drupal.org/files/issues/2021-06-20/3214949.patch"
+            }
+        },
         "merge-plugin": {
             "include": [
               "web/profiles/d8-starterkit-profile/composer.json"