From d505041c725890061e713ca836b62ce5357bd6a1 Mon Sep 17 00:00:00 2001 From: Polianin Nikita Date: Mon, 23 Dec 2024 08:10:19 +0300 Subject: [PATCH] fix: escape data for state --- Security/Security.csproj | 6 +++--- Security/Services/OAuthService.cs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Security/Security.csproj b/Security/Security.csproj index bb2469b..6854234 100644 --- a/Security/Security.csproj +++ b/Security/Security.csproj @@ -5,9 +5,9 @@ disable enable Winsomnia - 1.1.1 - 1.1.3.1 - 1.1.3.1 + 1.1.3 + 1.1.3.3 + 1.1.3.3 Mirea.Api.Security $(AssemblyName) Library diff --git a/Security/Services/OAuthService.cs b/Security/Services/OAuthService.cs index d10f568..562b35b 100644 --- a/Security/Services/OAuthService.cs +++ b/Security/Services/OAuthService.cs @@ -117,7 +117,7 @@ public class OAuthService(ILogger logger, Dictionary