From 202e59066b6a1c6ee2ff0b21f10ba87f5607c9c0 Mon Sep 17 00:00:00 2001 From: lapineige Date: Wed, 8 Feb 2023 19:50:43 +0100 Subject: [PATCH] Wallabag 2.5.4 --- sources/patches/app-02-oauth-workaround.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/patches/app-02-oauth-workaround.patch b/sources/patches/app-02-oauth-workaround.patch index 7636c08..6326570 100644 --- a/sources/patches/app-02-oauth-workaround.patch +++ b/sources/patches/app-02-oauth-workaround.patch @@ -1,6 +1,6 @@ --- a/vendor/friendsofsymfony/oauth-server-bundle/Storage/OAuthStorage.php 2016-02-22 13:57:55.000000000 +0000 +++ b/vendor/friendsofsymfony/oauth-server-bundle/Storage/OAuthStorage.php 2017-04-13 17:16:06.298501506 +0000 -@@ -166,7 +166,7 @@ +@@ -170,7 +170,7 @@ if (null !== $user) { $encoder = $this->encoderFactory->getEncoder($user);