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.
2 parents f3c536a + 1e91a26 commit 3e1c0adCopy full SHA for 3e1c0ad
v2/src/components/httpNetworking.ts
@@ -256,6 +256,7 @@ function getCookieValue(cookieName: string) {
256
const payload = {
257
didFrontTokenExistBeforeAPICall,
258
stLastAccessTokenUpdate: getCookieValue("st-last-access-token-update"),
259
+ statusCode: 200
260
};
261
getAnalytics().then((stAnalytics: any) => {
262
if (stAnalytics === undefined) {
@@ -283,6 +284,7 @@ function getCookieValue(cookieName: string) {
283
284
285
286
287
+ statusCode: 401
288
289
290
0 commit comments