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 f3c536a commit 1e91a26Copy full SHA for 1e91a26
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