Skip to content

Commit a63b9dc

Browse files
committed
refactor: remove onJWTErrorPresent flag from IterableConfig to streamline configuration
1 parent 6d8c45a commit a63b9dc

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/core/classes/IterableConfig.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -357,13 +357,6 @@ export class IterableConfig {
357357
*/
358358
// eslint-disable-next-line eqeqeq
359359
authHandlerPresent: this.authHandler != undefined,
360-
/**
361-
* A boolean indicating if an onJWTError handler is present.
362-
*
363-
* TODO: Figure out if this is purposeful
364-
*/
365-
// eslint-disable-next-line eqeqeq
366-
onJWTErrorPresent: this.onJWTError != undefined,
367360
/** The log level for the SDK. */
368361
logLevel: this.logLevel,
369362
expiringAuthTokenRefreshPeriod: this.expiringAuthTokenRefreshPeriod,

0 commit comments

Comments
 (0)