Commit 46af874
committed
Remove debug logs and update token expiration handling
Removed unnecessary console.log statements from OAuth.helper.ts for cleaner output. Updated AccessTokenManager to store expiration timestamp as a string if available, improving consistency in token expiration handling.1 parent 045fdf4 commit 46af874
File tree
2 files changed
+2
-3
lines changed- packages/core/src/Components/APICall
2 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| 150 | + | |
150 | 151 | | |
151 | 152 | | |
152 | 153 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
354 | | - | |
355 | | - | |
356 | | - | |
| 354 | + | |
357 | 355 | | |
358 | 356 | | |
359 | 357 | | |
| |||
0 commit comments