Skip to content

Commit

Permalink
bugfix: fix typos in auto-refresh-token.service.ts & keycloak.feature.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeverdelhan committed Jan 24, 2025
1 parent 5fa0962 commit ed2e798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

/**
* Represents a feature from keycloak-angualr that can be configured during the library initialization.
* Represents a feature from keycloak-angular that can be configured during the library initialization.
*
* This type defines the structure of a feature that includes a `configure` method,
* which is responsible for setting up or initializing the feature's behavior or properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { UserActivityService } from './user-activity.service';
type AutoRefreshTokenOptions = {
/**
* Maximum allowed inactivity duration in milliseconds before
* the session times out. Default is `50000`.
* the session times out. Default is `300000`.
*/
sessionTimeout?: number;

Expand Down

0 comments on commit ed2e798

Please sign in to comment.