Skip to content

Commit 944501b

Browse files
committed
fix: allow error logging for antiforgery token extraction failures - eslint rule
1 parent cc78b11 commit 944501b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/IdentityManager2/Assets/Scripts/App/ttIdm.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
}
2727
}
2828
} catch (e) {
29+
// eslint-disable-next-line no-console
2930
console.error("Failed to extract antiforgery token:", e);
3031
}
3132
}

src/IdentityManager2/Assets/Scripts/Bundle.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)