8000 code clenaup · devel0/example-webapp-with-auth@6e965ff · GitHub
[go: up one dir, main page]

Skip to content

Commit 6e965ff

Browse files
committed
code clenaup
1 parent b9e2c3a commit 6e965ff

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/backend/Constants/Constants.Web.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ public static partial class Constants
99

1010
public const string WEB_Cookie = "Cookie";
1111
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";
12+
public const string WEB_CookieName_XRefreshToken = "X-Refresh-Token";
1513

1614
public const string WEB_HeadersCollection_SetCookie = "Set-Cookie";
1715

0 commit comments

Comments
 (0)
0