Skip to content

Commit

Permalink
fix(demo): Update configurations.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet authored Jul 16, 2024
1 parent 4ca142e commit cd2f57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/react-oidc-demo/src/configurations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const configurationIdentityServer = {
authority: 'https://demo.duendesoftware.com',
// authority_time_cache_wellknowurl_in_second: 60* 60,
refresh_time_before_tokens_expiration_in_second: 40,
// service_worker_relative_url: '/OidcServiceWorker.js',
service_worker_relative_url: '/OidcServiceWorker.js',
service_worker_only: false,
// storage: localStorage,
// silent_login_timeout: 3333000
Expand Down

0 comments on commit cd2f57e

Please sign in to comment.