8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e2c3a commit 6e965ffCopy full SHA for 6e965ff
src/backend/Constants/Constants.Web.cs
@@ -9,9 +9,7 @@ public static partial class Constants
9
10
public const string WEB_Cookie = "Cookie";
11
public const string WEB_CookieName_XAccessToken = "X-Access-Token";
12
- public const string WEB_CookieName_XRefreshToken = "X-Refresh-Token";
13
-
14
- public const string WEB_CookieName_XCSRFToken = "X-CSRF-TOKEN";
+ public const string WEB_CookieName_XRefreshToken = "X-Refresh-Token";
15
16
public const string WEB_HeadersCollection_SetCookie = "Set-Cookie";
17
0 commit comments