diff --git a/src/authentication/components/SilentRenew.tsx b/src/authentication/components/SilentRenew.tsx index 5748a3a4..25bf14d9 100644 --- a/src/authentication/components/SilentRenew.tsx +++ b/src/authentication/components/SilentRenew.tsx @@ -22,7 +22,7 @@ export const SilentRenewComponent: FC = () => { if (user) dispatch(authenticationActions.userSignIn(JSON.stringify(user as IAuthUser))); else try { - USER_MANAGER.signinSilent(); + await USER_MANAGER.signinSilent(); } catch { /* User Manager throws "frame window timed out" or "Authorization Server requires End-User Interaction".