Skip to content

Commit

Permalink
Update packages/web-runtime/src/services/auth/userManager.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Benedikt Kulmann <benedikt@kulmann.biz>
  • Loading branch information
LukasHirt and kulmann authored Nov 29, 2023
1 parent d482954 commit 6543ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-runtime/src/services/auth/userManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export class UserManager extends OidcUserManager {

automaticSilentRenew:
!options.configurationManager.options.embed?.enabled ||
!options.configurationManager.options.embed.delegateAuthentication
!options.configurationManager.options.embed?.delegateAuthentication
}

if (options.configurationManager.isOIDC) {
Expand Down

0 comments on commit 6543ab5

Please sign in to comment.