1
0
Fork 0
mirror of https://github.com/IRS-Public/direct-file.git synced 2025-06-28 04:25:52 +00:00
Commit graph

3 commits

Author SHA1 Message Date
prycey
1742f8cdbe fix: remove deprecated navigator.platform and unused variables
- Remove deprecated navigator.platform API usage

- Remove unused variables: browserLanguage, platform, timeZoneOffset

- Clean up dead code in taxReturnCreate.ts and PreviewTaxReturns.tsx

These variables were declared but never used in the request bodies, creating unnecessary code clutter. The navigator.platform API is also deprecated according to MDN documentation.

This change improves code maintainability and eliminates deprecation warnings without affecting functionality.
2025-06-04 19:30:27 -07:00
sps-irs
9dd76a786e initial commit 2025-05-29 13:12:11 -04:00
sps-irs
2f3ebd6693 Initial commit 2025-05-27 11:56:49 -04:00