Skip to content

Commit

Permalink
chore: Reroll a patch so it has no offset.
Browse files Browse the repository at this point in the history
  • Loading branch information
cafuego committed Dec 10, 2024
1 parent fd4d4de commit b71f12b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PATCHES/openid_connect_windows_aad-3346603-5.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/src/Plugin/OpenIDConnectClient/WindowsAad.php b/src/Plugin/OpenIDConnectClient/WindowsAad.php
index 8845843..6431581 100644
index 88d4853..ac36baf 100644
--- a/src/Plugin/OpenIDConnectClient/WindowsAad.php
+++ b/src/Plugin/OpenIDConnectClient/WindowsAad.php
@@ -318,7 +318,7 @@ as the mapping between Azure AD accounts and Drupal users.<br/>
@@ -329,7 +329,7 @@ as the mapping between Azure AD accounts and Drupal users.<br/>
case 2:
$v2 = str_contains($endpoints['token'], '/oauth2/v2.0/');
if (!$v2) {
Expand Down

0 comments on commit b71f12b

Please sign in to comment.